Skip to content

Instantly share code, notes, and snippets.

@thunsaker
Created October 31, 2015 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thunsaker/e1135ba5774c7bd3ca0c to your computer and use it in GitHub Desktop.
Save thunsaker/e1135ba5774c7bd3ca0c to your computer and use it in GitHub Desktop.
Gradle Release ProGuard Example
buildTypes {
release {
...
runProguard true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment