diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 94d9636b..99adfcd8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,6 +23,10 @@ android { } buildTypes { + debug { + applicationIdSuffix = ".debug" + versionNameSuffix = "-debug" + } release { // Enables code-related app optimization. isMinifyEnabled = true