Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created May 12, 2020 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magdamiu/46a7379e1ed86596c826fee2d002d93b to your computer and use it in GitHub Desktop.
Save magdamiu/46a7379e1ed86596c826fee2d002d93b to your computer and use it in GitHub Desktop.
Gradle build flavors
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment