From d1833e5b3cdfe1c410854bbd7bcc6f479de7f2fd Mon Sep 17 00:00:00 2001 From: Gannon Date: Tue, 9 Jan 2024 19:20:26 -0500 Subject: [PATCH] Create a debug package name # Context This will allow developers to have both production and dev version on their phones at the same time. Also changed the name of the Dev version to Dev - Omnivore If someone has the orginal icon files, I would prefer to change the debug icon to be a different color to distinguish it more. But I couldn't find the main psd or svg file that the pngs are generated from --- android/Omnivore/app/build.gradle | 1 + android/Omnivore/app/src/debug/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 android/Omnivore/app/src/debug/res/values/strings.xml diff --git a/android/Omnivore/app/build.gradle b/android/Omnivore/app/build.gradle index 7e1450262..ed1f52c9b 100644 --- a/android/Omnivore/app/build.gradle +++ b/android/Omnivore/app/build.gradle @@ -48,6 +48,7 @@ android { buildTypes { debug { signingConfig signingConfigs.debug + applicationIdSuffix ".debug" buildConfigField("String", "OMNIVORE_API_URL", "\"https://api-demo.omnivore.app\"") buildConfigField("String", "OMNIVORE_WEB_URL", "\"https://demo.omnivore.app\"") buildConfigField("String", "OMNIVORE_GAUTH_SERVER_CLIENT_ID", "\"267918240109-eu2ar09unac3lqqigluknhk7t0021b54.apps.googleusercontent.com\"") diff --git a/android/Omnivore/app/src/debug/res/values/strings.xml b/android/Omnivore/app/src/debug/res/values/strings.xml new file mode 100644 index 000000000..9ce25905d --- /dev/null +++ b/android/Omnivore/app/src/debug/res/values/strings.xml @@ -0,0 +1,4 @@ + + + Dev - Omnivore + \ No newline at end of file