mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
0.9.0-beta2
This commit is contained in:
parent
e5fd79a05a
commit
58e0c76eb5
@ -24,7 +24,7 @@ android {
|
||||
applicationId = "com.looker.droidify"
|
||||
minSdk = 23
|
||||
targetSdk = 32
|
||||
versionCode = 905
|
||||
versionCode = 906
|
||||
versionName = "0.9.0"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
@ -71,7 +71,7 @@ android {
|
||||
isMinifyEnabled = false
|
||||
isShrinkResources = false
|
||||
applicationIdSuffix = ".debug"
|
||||
versionNameSuffix = "-beta1"
|
||||
versionNameSuffix = "-beta2"
|
||||
resValue("string", "application_name", "Neo Store-Debug")
|
||||
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
|
||||
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
|
||||
@ -80,8 +80,8 @@ android {
|
||||
isMinifyEnabled = false
|
||||
isShrinkResources = false
|
||||
applicationIdSuffix = ".neo"
|
||||
versionNameSuffix = "-beta1"
|
||||
resValue("string", "application_name", "Neo Store-alpha")
|
||||
versionNameSuffix = "-beta2"
|
||||
resValue("string", "application_name", "Neo Store-beta")
|
||||
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
|
||||
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user