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