diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9eba071c..9f956437 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -67,7 +67,7 @@ android { } // Release without analytics and not debuggable, but minified - create("releaseNoAnal") { + create("releaseNoAnalytics") { initWith(getByName("release")) manifestPlaceholders["analytics_deactivated"] = true manifestPlaceholders["crashlytics_enabled"] = false