Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Last active January 6, 2021 12:55
Show Gist options
  • Save gokmenbayram/0b131cf11afa5796824cdbda8c16dd17 to your computer and use it in GitHub Desktop.
Save gokmenbayram/0b131cf11afa5796824cdbda8c16dd17 to your computer and use it in GitHub Desktop.
flavorDimensions "version"
productFlavors{
admin {
applicationId "com.example.admin"
applicationIdSuffix ".debug"
minSdkVersion 23
versionName "1.23"
versionCode 2
targetSdkVersion 30
}
customer {
applicationId "com.example.customer"
applicationIdSuffix ".debug"
minSdkVersion 16
versionName "1.16"
versionCode 5
targetSdkVersion 30
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment