diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d061972..b01393b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -47,13 +47,13 @@ android { create("preProd") { isMinifyEnabled = true - applicationIdSuffix = ".preProd" +// applicationIdSuffix = ".preProd" isDebuggable = true } getByName("debug") { isMinifyEnabled = true - applicationIdSuffix = ".debug" +// applicationIdSuffix = ".debug" isDebuggable = true }