Fixed build

Turn off build minify (TODO: Fix appcompat and minify issues)
This commit is contained in:
David Schulte 2015-08-11 22:10:03 +02:00
parent 766b45ab82
commit 76138eb1f6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -37,7 +37,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}