enable proguard

// FREEBIE
This commit is contained in:
Jake McGinty
2014-10-29 10:55:35 -07:00
parent 7df49811b7
commit ad1d55f12d
2 changed files with 42 additions and 0 deletions

View File

@@ -82,6 +82,17 @@ android {
}
android {
buildTypes {
debug {
runProguard true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.cfg'
}
release {
runProguard true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.cfg'
}
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'