Renamed buildType

This commit is contained in:
Sad Ellie 2022-07-29 21:57:32 +03:00
parent 5711d4a0fb
commit 802ba20fde

View File

@ -67,7 +67,7 @@ android {
} }
// Release without analytics and not debuggable, but minified // Release without analytics and not debuggable, but minified
create("releaseNoAnal") { create("releaseNoAnalytics") {
initWith(getByName("release")) initWith(getByName("release"))
manifestPlaceholders["analytics_deactivated"] = true manifestPlaceholders["analytics_deactivated"] = true
manifestPlaceholders["crashlytics_enabled"] = false manifestPlaceholders["crashlytics_enabled"] = false