Skip to content

Instantly share code, notes, and snippets.

@niharika2810
Last active July 23, 2020 07:57
Show Gist options
  • Save niharika2810/977d02d1fb3c5878a03f268fb30d9e8c to your computer and use it in GitHub Desktop.
Save niharika2810/977d02d1fb3c5878a03f268fb30d9e8c to your computer and use it in GitHub Desktop.
buildTypes
{
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix ".debug"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment