Add proguard config to debug for Travis
This commit is contained in:
parent
ef7e04ff24
commit
10b623545e
|
@ -54,7 +54,9 @@ android {
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
debuggable true
|
debuggable true
|
||||||
|
minifyEnabled true
|
||||||
zipAlignEnabled true
|
zipAlignEnabled true
|
||||||
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
debuggable false
|
debuggable false
|
||||||
|
|
Loading…
Reference in New Issue