Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created January 6, 2021 09:31
Show Gist options
  • Save gokmenbayram/17eaafa811fe0bcf2a616ea55b08bba0 to your computer and use it in GitHub Desktop.
Save gokmenbayram/17eaafa811fe0bcf2a616ea55b08bba0 to your computer and use it in GitHub Desktop.
flavorDimensions "version"
productFlavors {
admin {
applicationId "com.example.admin"
applicationIdSuffix ".debug"
}
customer {
applicationId "com.example.customer"
applicationIdSuffix ".debug"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment