Skip to content

Instantly share code, notes, and snippets.

@d4vidi
Last active April 18, 2019 08:30
Show Gist options
  • Save d4vidi/26f4469ef2d31fdfab3954e066e0a094 to your computer and use it in GitHub Desktop.
Save d4vidi/26f4469ef2d31fdfab3954e066e0a094 to your computer and use it in GitHub Desktop.
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