Skip to content

Instantly share code, notes, and snippets.

@illuzor
Created February 3, 2019 19:56
Embed
What would you like to do?
// ...
android {
// ...
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment