Add resValue to display name for being easy distinguish.

Change-Id: Idc76aba336e5f15bd3cdd808651b190e5992d82c
pull/1541/head
Jaehwa Noh 1 year ago
parent 14b680120a
commit 8b9c7953b5

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

Loading…
Cancel
Save