Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Last active August 3, 2019 11:57
Show Gist options
  • Save nhoxbypass/40772a96388b0073c5d10177c26c6248 to your computer and use it in GitHub Desktop.
Save nhoxbypass/40772a96388b0073c5d10177c26c6248 to your computer and use it in GitHub Desktop.
Default build.gradle
android {
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
testCoverageEnabled true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules-debug.pro'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment