|
|
@ -43,6 +43,7 @@ android {
|
|
|
|
buildTypes {
|
|
|
|
buildTypes {
|
|
|
|
debug {
|
|
|
|
debug {
|
|
|
|
applicationIdSuffix = NiaBuildType.DEBUG.applicationIdSuffix
|
|
|
|
applicationIdSuffix = NiaBuildType.DEBUG.applicationIdSuffix
|
|
|
|
|
|
|
|
resValue("string", "app_name_display", "@string/app_name_debug")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
release {
|
|
|
|
release {
|
|
|
|
isMinifyEnabled = true
|
|
|
|
isMinifyEnabled = true
|
|
|
@ -55,6 +56,7 @@ android {
|
|
|
|
signingConfig = signingConfigs.named("debug").get()
|
|
|
|
signingConfig = signingConfigs.named("debug").get()
|
|
|
|
// Ensure Baseline Profile is fresh for release builds.
|
|
|
|
// Ensure Baseline Profile is fresh for release builds.
|
|
|
|
baselineProfile.automaticGenerationDuringBuild = true
|
|
|
|
baselineProfile.automaticGenerationDuringBuild = true
|
|
|
|
|
|
|
|
resValue("string", "app_name_display", "@string/app_name")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|