Skip to content

Instantly share code, notes, and snippets.

@smhdk
Created March 19, 2018 10:46
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 smhdk/abd9cb96a9a41d82fa61403835e070ff to your computer and use it in GitHub Desktop.
Save smhdk/abd9cb96a9a41d82fa61403835e070ff to your computer and use it in GitHub Desktop.
release {
minifyEnabled true
shrinkResources true
signingConfig signingConfigs.releaseConfig
proguardFiles getDefaultProguardFile('proguard-android.txt')
proguardFiles fileTree(dir: 'proguard', include: ['*.pro']).asList().toArray()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment