From 8b7b59d23d926b696bde3c1031cf3a842a24133d Mon Sep 17 00:00:00 2001 From: Eduardo Speroni Date: Wed, 27 Sep 2023 00:41:31 -0300 Subject: [PATCH] fix: revert namespace change as to not break existing projects --- test-app/app/build.gradle | 1 - test-app/app/src/main/AndroidManifest.xml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-app/app/build.gradle b/test-app/app/build.gradle index af4552cb2..be0641b55 100644 --- a/test-app/app/build.gradle +++ b/test-app/app/build.gradle @@ -190,7 +190,6 @@ def setAppIdentifier = { -> } android { - namespace "com.tns.testapplication" applyBeforePluginGradleConfiguration() diff --git a/test-app/app/src/main/AndroidManifest.xml b/test-app/app/src/main/AndroidManifest.xml index af5ecc28f..dee1642b6 100644 --- a/test-app/app/src/main/AndroidManifest.xml +++ b/test-app/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ - +