Created
April 3, 2022 20:17
-
-
Save vbalagovic/7afcab29ffe0ba40a38a433c73279f51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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