From bcc7e660ea970d92f5e9ccb2d0c0dbfc20a80baf Mon Sep 17 00:00:00 2001 From: Justin Caveda Date: Wed, 24 Dec 2025 12:31:06 -0600 Subject: [PATCH] Allow debug builds to to be installed alongside the stable app (#565) ## Description This PR updates the debug build config to allow side by side installation with the mainline/stable release by changing the app name and app ID. This is a convenience change to allow contributors to test debug builds on their personal devices without overwriting the existing stable version of the app --- app/build.gradle.kts | 1 + app/src/debug/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 app/src/debug/res/values/strings.xml diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 55ba0024..f564ca84 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -58,6 +58,7 @@ android { debug { isMinifyEnabled = false isDebuggable = true + applicationIdSuffix = ".debug" } } compileOptions { diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml new file mode 100644 index 00000000..606329c9 --- /dev/null +++ b/app/src/debug/res/values/strings.xml @@ -0,0 +1,4 @@ + + + Wholphin (Debug) +