mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-12 18:39:20 +00:00
Add: Debug suffix (allow having both buildtypes)
This commit is contained in:
@ -48,6 +48,8 @@ android {
|
||||
debug {
|
||||
minifyEnabled = false
|
||||
shrinkResources = false
|
||||
applicationIdSuffix = ".debug"
|
||||
versionNameSuffix = "-debug"
|
||||
}
|
||||
release {
|
||||
minifyEnabled = true
|
||||
|
Reference in New Issue
Block a user