Skip to content

Instantly share code, notes, and snippets.

@niharika2810
Created July 23, 2020 08:00
Show Gist options
  • Save niharika2810/67f20d56bd007fa8a206b641d894b089 to your computer and use it in GitHub Desktop.
Save niharika2810/67f20d56bd007fa8a206b641d894b089 to your computer and use it in GitHub Desktop.
android {
...
defaultConfig {...}
buildTypes {...}
productFlavors {
admin {
..
}
customer {
..
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment