0.9.3-rc1

This commit is contained in:
machiav3lli 2022-08-03 03:03:14 +02:00
parent 11b62e5101
commit 4fa964418e

View File

@ -21,8 +21,8 @@ android {
applicationId = "com.machiav3lli.fdroid" applicationId = "com.machiav3lli.fdroid"
minSdk = 23 minSdk = 23
targetSdk = 32 targetSdk = 32
versionCode = 912 versionCode = 913
versionName = "0.9.2" versionName = "0.9.3"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
javaCompileOptions { javaCompileOptions {
@ -80,6 +80,7 @@ android {
isMinifyEnabled = false isMinifyEnabled = false
isShrinkResources = false isShrinkResources = false
applicationIdSuffix = ".neo" applicationIdSuffix = ".neo"
versionNameSuffix = "-rc1"
resValue("string", "application_name", "Neo Store-beta") 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"
@ -87,6 +88,7 @@ android {
named("release") { named("release") {
isMinifyEnabled = true isMinifyEnabled = true
isShrinkResources = true isShrinkResources = true
versionNameSuffix = "-rc1"
resValue("string", "application_name", "Neo Store") resValue("string", "application_name", "Neo Store")
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher" manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"