This commit is contained in:
machiav3lli 2022-08-06 14:02:40 +02:00
parent a382149652
commit 881af210e4

View File

@ -78,7 +78,6 @@ android {
isMinifyEnabled = false
isShrinkResources = false
applicationIdSuffix = ".neo"
versionNameSuffix = "-rc1"
resValue("string", "application_name", "Neo Store-beta")
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
@ -86,7 +85,6 @@ android {
named("release") {
isMinifyEnabled = true
isShrinkResources = true
versionNameSuffix = "-rc1"
resValue("string", "application_name", "Neo Store")
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"