Skip to content

Instantly share code, notes, and snippets.

@rayshih
Created July 22, 2015 15:04
Show Gist options
  • Select an option

  • Save rayshih/3a35cd96ce89bc917292 to your computer and use it in GitHub Desktop.

Select an option

Save rayshih/3a35cd96ce89bc917292 to your computer and use it in GitHub Desktop.
buildTypes {
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment