Created
October 24, 2016 18:19
-
-
Save julianfalcionelli/60ecfc4740b68a90669c27d77c2f0ab0 to your computer and use it in GitHub Desktop.
shrikResources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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