From 495fecaac777648b8e7f98dc84e792d63eb65db8 Mon Sep 17 00:00:00 2001 From: Dipendra Sunar Date: Thu, 7 Nov 2019 11:04:43 -0600 Subject: [PATCH] chore: use separate manifest file for debug and release --- app/src/debug/AndroidManifest.xml | 3 ++- app/src/main/AndroidManifest.xml | 11 ----------- app/src/release/AndroidManifest.xml | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 app/src/release/AndroidManifest.xml diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml index 2d16748..5e1cdd0 100644 --- a/app/src/debug/AndroidManifest.xml +++ b/app/src/debug/AndroidManifest.xml @@ -5,8 +5,8 @@ @@ -15,6 +15,7 @@ + \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 402d6bf..188fda0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,17 +8,6 @@ android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> - - - - - - - - diff --git a/app/src/release/AndroidManifest.xml b/app/src/release/AndroidManifest.xml new file mode 100644 index 0000000..5b8df45 --- /dev/null +++ b/app/src/release/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file