Update build.gradle.kts

This commit is contained in:
Sad Ellie 2023-10-01 13:29:52 +03:00
parent ac65677695
commit 86cf09332c

View File

@ -52,7 +52,6 @@ android {
} }
buildTypes { buildTypes {
// Debug. No Analytics, not minified, debuggable
debug { debug {
isDebuggable = true isDebuggable = true
isMinifyEnabled = false isMinifyEnabled = false
@ -60,8 +59,6 @@ android {
applicationIdSuffix = ".debug" applicationIdSuffix = ".debug"
enableUnitTestCoverage = true enableUnitTestCoverage = true
} }
// Release with analytics and minified, not debuggable
release { release {
initWith(getByName("debug")) initWith(getByName("debug"))
isDebuggable = false isDebuggable = false