mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
0.9.0-rc1
This commit is contained in:
parent
a42e8fd797
commit
606929fcb6
@ -24,7 +24,7 @@ android {
|
|||||||
applicationId = "com.looker.droidify"
|
applicationId = "com.looker.droidify"
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 32
|
targetSdk = 32
|
||||||
versionCode = 906
|
versionCode = 907
|
||||||
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 = "-beta2"
|
versionNameSuffix = "-rc1"
|
||||||
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,7 +80,7 @@ android {
|
|||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
isShrinkResources = false
|
isShrinkResources = false
|
||||||
applicationIdSuffix = ".neo"
|
applicationIdSuffix = ".neo"
|
||||||
versionNameSuffix = "-beta2"
|
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"
|
||||||
@ -88,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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user