mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
0.9.3
This commit is contained in:
parent
a382149652
commit
881af210e4
@ -78,7 +78,6 @@ 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"
|
||||||
@ -86,7 +85,6 @@ 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