disable proguard in release

This commit is contained in:
Mohamed Zenadi 2015-07-21 21:49:37 +02:00
parent 2407cf69f1
commit 9ff126a3fb

View file

@ -23,14 +23,6 @@ android {
abortOnError false
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}
packagingOptions {
exclude '.readme'
}