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