mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-02-23 14:47:38 +01:00
Set applicationIdSuffix to ".debug"
This commit is contained in:
parent
02334c8327
commit
9a0815e405
@ -19,6 +19,9 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
Loading…
x
Reference in New Issue
Block a user