0.9.0-rc1

This commit is contained in:
machiav3lli 2022-06-29 04:08:21 +02:00
parent a42e8fd797
commit 606929fcb6

View File

@ -24,7 +24,7 @@ android {
applicationId = "com.looker.droidify"
minSdk = 23
targetSdk = 32
versionCode = 906
versionCode = 907
versionName = "0.9.0"
vectorDrawables.useSupportLibrary = true
@ -71,7 +71,7 @@ android {
isMinifyEnabled = false
isShrinkResources = false
applicationIdSuffix = ".debug"
versionNameSuffix = "-beta2"
versionNameSuffix = "-rc1"
resValue("string", "application_name", "Neo Store-Debug")
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
@ -80,7 +80,7 @@ android {
isMinifyEnabled = false
isShrinkResources = false
applicationIdSuffix = ".neo"
versionNameSuffix = "-beta2"
versionNameSuffix = "-rc1"
resValue("string", "application_name", "Neo Store-beta")
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
@ -88,6 +88,7 @@ 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"