Add: Debug suffix (allow having both buildtypes)

This commit is contained in:
machiav3lli 2021-10-20 12:55:11 +02:00
parent 6be7b2cb74
commit b27c8be1f6

View File

@ -48,6 +48,8 @@ android {
debug {
minifyEnabled = false
shrinkResources = false
applicationIdSuffix = ".debug"
versionNameSuffix = "-debug"
}
release {
minifyEnabled = true