debug suffix for debug build
This commit is contained in:
parent
fc2e255d31
commit
862160d1ef
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ android {
|
|||
shrinkResources = true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
applicationIdSuffix = '.debug'
|
||||
debuggable = true
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
Loading…
Reference in a new issue