mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-07 16:29:55 +00:00
0.9.0-beta1
This commit is contained in:
parent
af43e19370
commit
bade8c7379
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user