Skip to content

Instantly share code, notes, and snippets.

@BoniGauglitz
BoniGauglitz / build.gradle
Created October 2, 2014 14:43
Simple ProGuard snippet for Android Studio
android{
buildTypes {
debug {
debuggable true
runProguard false
}
release {
debuggable false
runProguard true
proguardFile getDefaultProguardFile ('proguard-android.txt')