Last active
April 18, 2019 08:30
-
-
Save d4vidi/26f4469ef2d31fdfab3954e066e0a094 to your computer and use it in GitHub Desktop.
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 { | |
minifyEnabled true | |
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | |
// Also consider the library's custom ProGuard rules | |
proguardFiles "${project(':thelibrary').projectDir}/proguard-rules-app.pro" | |
} | |
} | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment