0.9.0-beta1

This commit is contained in:
machiav3lli 2022-05-13 11:53:16 +02:00
parent af43e19370
commit bade8c7379

View File

@ -22,7 +22,7 @@ android {
applicationId = "com.looker.droidify" applicationId = "com.looker.droidify"
minSdk = 23 minSdk = 23
targetSdk = 32 targetSdk = 32
versionCode = 903 versionCode = 905
versionName = "0.9.0" versionName = "0.9.0"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -69,7 +69,7 @@ android {
isMinifyEnabled = false isMinifyEnabled = false
isShrinkResources = false isShrinkResources = false
applicationIdSuffix = ".debug" applicationIdSuffix = ".debug"
versionNameSuffix = "-alpha4" versionNameSuffix = "-beta1"
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"
@ -78,7 +78,7 @@ android {
isMinifyEnabled = false isMinifyEnabled = false
isShrinkResources = false isShrinkResources = false
applicationIdSuffix = ".neo" applicationIdSuffix = ".neo"
versionNameSuffix = "-alpha4" versionNameSuffix = "-beta1"
resValue("string", "application_name", "Neo Store-alpha") resValue("string", "application_name", "Neo Store-alpha")
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"