Skip to content

Instantly share code, notes, and snippets.

@julianfalcionelli
Created October 24, 2016 18:19
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 julianfalcionelli/60ecfc4740b68a90669c27d77c2f0ab0 to your computer and use it in GitHub Desktop.
Save julianfalcionelli/60ecfc4740b68a90669c27d77c2f0ab0 to your computer and use it in GitHub Desktop.
shrikResources
android {
buildTypes {
release {
debuggable false
shrinkResources true
proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’
signingConfig signingConfigs.config
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment