mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Add: Debug suffix (allow having both buildtypes)
This commit is contained in:
parent
6be7b2cb74
commit
b27c8be1f6
@ -48,6 +48,8 @@ android {
|
|||||||
debug {
|
debug {
|
||||||
minifyEnabled = false
|
minifyEnabled = false
|
||||||
shrinkResources = false
|
shrinkResources = false
|
||||||
|
applicationIdSuffix = ".debug"
|
||||||
|
versionNameSuffix = "-debug"
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled = true
|
minifyEnabled = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user