mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-24 03:42:15 +00:00
Add: neo build
This commit is contained in:
parent
12dc7eb2ba
commit
12ad62e948
13
build.gradle
13
build.gradle
@ -58,13 +58,24 @@ android {
|
||||
minifyEnabled = false
|
||||
shrinkResources = false
|
||||
applicationIdSuffix = ".debug"
|
||||
versionNameSuffix = "-alpha1"
|
||||
versionNameSuffix = "-alpha2"
|
||||
resValue "string", "application_name", "Neo Store-Debug"
|
||||
manifestPlaceholders = [
|
||||
appIcon : "@mipmap/ic_launcher_debug",
|
||||
appIconRound: "@mipmap/ic_launcher_round_debug"
|
||||
]
|
||||
}
|
||||
neo {
|
||||
minifyEnabled = false
|
||||
shrinkResources = false
|
||||
applicationIdSuffix = ".neo"
|
||||
versionNameSuffix = "-alpha2"
|
||||
resValue "string", "application_name", "Neo Store-alpha"
|
||||
manifestPlaceholders = [
|
||||
appIcon : "@mipmap/ic_launcher_debug",
|
||||
appIconRound: "@mipmap/ic_launcher_round_debug"
|
||||
]
|
||||
}
|
||||
release {
|
||||
minifyEnabled = true
|
||||
shrinkResources = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user