From 33895e7f555c8ea448b7b9d3c228e89c5fb7381c Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Thu, 13 Apr 2023 22:57:23 -0300 Subject: [PATCH] fix(test): Native test namespace refactor --- 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 c1eff500c4..05d93b9174 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 a6ca5c41b9..a8abd7a526 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. --> - +