mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
0.9.0-beta2
This commit is contained in:
parent
e5fd79a05a
commit
58e0c76eb5
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user