Revert "Set minifyEnabled"

This reverts commit 84bd26ac52.
This commit is contained in:
Bradlee Speice 2014-11-09 23:55:20 -05:00
parent ce9d5b6d76
commit 59a924c14a

View File

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