diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 35df147..8235eae 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -62,6 +62,7 @@ android { buildTypes { getByName("debug") { + applicationIdSuffix = ".dev" isDebuggable = true resValue("string", "debug.hostname", props.getProperty("debug.hostname", ""))