From e2eebe15abe16abf77d8aff0d0e000f80cddc4fa Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 28 Oct 2023 12:36:46 +0200 Subject: [PATCH] build: Add appid suffix to android debug builds --- android/app/build.gradle | 2 ++ android/app/src/debug/AndroidManifest.xml | 8 -------- android/app/src/profile/AndroidManifest.xml | 8 -------- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 android/app/src/debug/AndroidManifest.xml delete mode 100644 android/app/src/profile/AndroidManifest.xml diff --git a/android/app/build.gradle b/android/app/build.gradle index 923f82e0a..c652ad3be 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -65,6 +65,8 @@ android { buildTypes { debug { signingConfig signingConfigs.debug + applicationIdSuffix ".debug" + versionNameSuffix "-debug" } release { signingConfig signingConfigs.release diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index 4a2a1f5d7..000000000 --- a/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml deleted file mode 100644 index 4a2a1f5d7..000000000 --- a/android/app/src/profile/AndroidManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - -