From 3a9c87d3b853c203b79b25b006df05c878097c7e Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Fri, 14 Apr 2023 06:47:03 -0300 Subject: [PATCH] fix(test): Native test namespace refactor (#1595) --- test/androidx/app/build.gradle | 2 ++ test/androidx/app/src/main/AndroidManifest.xml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/androidx/app/build.gradle b/test/androidx/app/build.gradle index c1eff500..05d93b91 100644 --- a/test/androidx/app/build.gradle +++ b/test/androidx/app/build.gradle @@ -24,6 +24,8 @@ android { compileSdkVersion cordovaConfig.COMPILE_SDK_VERSION buildToolsVersion cordovaConfig.BUILD_TOOLS_VERSION + namespace 'org.apache.cordova.unittests' + defaultConfig { applicationId "org.apache.cordova.unittests" minSdkVersion cordovaConfig.MIN_SDK_VERSION diff --git a/test/androidx/app/src/main/AndroidManifest.xml b/test/androidx/app/src/main/AndroidManifest.xml index a6ca5c41..a8abd7a5 100644 --- a/test/androidx/app/src/main/AndroidManifest.xml +++ b/test/androidx/app/src/main/AndroidManifest.xml @@ -17,8 +17,7 @@ specific language governing permissions and limitations under the License. --> - +