Add proguard config to debug for Travis

This commit is contained in:
Ender's Games 2018-10-02 10:49:53 -04:00
parent ef7e04ff24
commit 10b623545e
1 changed files with 2 additions and 0 deletions

View File

@ -54,7 +54,9 @@ android {
buildTypes {
debug {
debuggable true
minifyEnabled true
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
release {
debuggable false