diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c108e4c1..03863827 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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