mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
fix(test): Native test namespace refactor (#1595)
This commit is contained in:
parent
a9d4d4ebd2
commit
3a9c87d3b8
@ -24,6 +24,8 @@ android {
|
|||||||
compileSdkVersion cordovaConfig.COMPILE_SDK_VERSION
|
compileSdkVersion cordovaConfig.COMPILE_SDK_VERSION
|
||||||
buildToolsVersion cordovaConfig.BUILD_TOOLS_VERSION
|
buildToolsVersion cordovaConfig.BUILD_TOOLS_VERSION
|
||||||
|
|
||||||
|
namespace 'org.apache.cordova.unittests'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.apache.cordova.unittests"
|
applicationId "org.apache.cordova.unittests"
|
||||||
minSdkVersion cordovaConfig.MIN_SDK_VERSION
|
minSdkVersion cordovaConfig.MIN_SDK_VERSION
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
specific language governing permissions and limitations
|
specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
package="org.apache.cordova.unittests">
|
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user