Add: neo build

This commit is contained in:
machiav3lli 2022-04-06 15:23:45 +02:00
parent 12dc7eb2ba
commit 12ad62e948

View File

@ -58,13 +58,24 @@ android {
minifyEnabled = false minifyEnabled = false
shrinkResources = false shrinkResources = false
applicationIdSuffix = ".debug" applicationIdSuffix = ".debug"
versionNameSuffix = "-alpha1" versionNameSuffix = "-alpha2"
resValue "string", "application_name", "Neo Store-Debug" resValue "string", "application_name", "Neo Store-Debug"
manifestPlaceholders = [ manifestPlaceholders = [
appIcon : "@mipmap/ic_launcher_debug", appIcon : "@mipmap/ic_launcher_debug",
appIconRound: "@mipmap/ic_launcher_round_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 { release {
minifyEnabled = true minifyEnabled = true
shrinkResources = true shrinkResources = true