From 63b9e8157fbe3b4f0129158afbc9aa3abf4ebc9c Mon Sep 17 00:00:00 2001 From: Alexander Linder Date: Tue, 13 Aug 2024 00:25:31 +0200 Subject: [PATCH] Build debug android app to different application id --- android/app/build.gradle | 3 +++ android/app/src/debug/res/values/strings.xml | 3 +++ android/app/src/main/AndroidManifest.xml | 2 +- android/app/src/main/res/values/strings.xml | 3 +++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 android/app/src/debug/res/values/strings.xml create mode 100644 android/app/src/main/res/values/strings.xml diff --git a/android/app/build.gradle b/android/app/build.gradle index fa7b6a5..293c777 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -57,6 +57,9 @@ android { } buildTypes { + debug { + applicationIdSuffix ".debug" + } release { minifyEnabled true shrinkResources true diff --git a/android/app/src/debug/res/values/strings.xml b/android/app/src/debug/res/values/strings.xml new file mode 100644 index 0000000..3521cf2 --- /dev/null +++ b/android/app/src/debug/res/values/strings.xml @@ -0,0 +1,3 @@ + + Untare Debug + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 21a1d29..2b4b975 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -13,7 +13,7 @@ + Untare +