Skip to content

Instantly share code, notes, and snippets.

@tizisdeepan
Created May 2, 2020 03:15
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 tizisdeepan/675253df8daf059a176b8a285cd9d1f6 to your computer and use it in GitHub Desktop.
Save tizisdeepan/675253df8daf059a176b8a285cd9d1f6 to your computer and use it in GitHub Desktop.
android {
flavorDimensions "version"
productFlavors {
demo {
dimension "version"
firebaseAppDistribution {
releaseNotes="Release notes for demo version"
testers="demo@testers.com"
}
}
full {
dimension "version"
firebaseAppDistribution {
releaseNotes="Release notes for full version"
testers="full@testers.com"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment