0.9.0-beta2

This commit is contained in:
machiav3lli 2022-06-06 03:01:12 +02:00
parent e5fd79a05a
commit 58e0c76eb5

View File

@ -24,7 +24,7 @@ android {
applicationId = "com.looker.droidify" applicationId = "com.looker.droidify"
minSdk = 23 minSdk = 23
targetSdk = 32 targetSdk = 32
versionCode = 905 versionCode = 906
versionName = "0.9.0" versionName = "0.9.0"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -71,7 +71,7 @@ android {
isMinifyEnabled = false isMinifyEnabled = false
isShrinkResources = false isShrinkResources = false
applicationIdSuffix = ".debug" applicationIdSuffix = ".debug"
versionNameSuffix = "-beta1" versionNameSuffix = "-beta2"
resValue("string", "application_name", "Neo Store-Debug") resValue("string", "application_name", "Neo Store-Debug")
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
@ -80,8 +80,8 @@ android {
isMinifyEnabled = false isMinifyEnabled = false
isShrinkResources = false isShrinkResources = false
applicationIdSuffix = ".neo" applicationIdSuffix = ".neo"
versionNameSuffix = "-beta1" versionNameSuffix = "-beta2"
resValue("string", "application_name", "Neo Store-alpha") resValue("string", "application_name", "Neo Store-beta")
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
} }