Skip to content

Instantly share code, notes, and snippets.

@vbalagovic
Created April 3, 2022 20:17
Show Gist options
  • Save vbalagovic/7afcab29ffe0ba40a38a433c73279f51 to your computer and use it in GitHub Desktop.
Save vbalagovic/7afcab29ffe0ba40a38a433c73279f51 to your computer and use it in GitHub Desktop.
flavorDimensions "app"
productFlavors {
dev {
dimension "app"
applicationIdSuffix ".dev"
}
prod {
applicationIdSuffix ""
dimension "app"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment