Created
August 27, 2019 09:53
-
-
Save talosdev/53e2172d345c4c50377add9244f73092 to your computer and use it in GitHub Desktop.
Flavors
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 'appFlavor' | |
| productFlavors { | |
| dusk { | |
| dimension 'appFlavor' | |
| applicationId 'com.github.talosdev.dusk' | |
| } | |
| dawn { | |
| dimension 'appFlavor' | |
| applicationId 'com.github.talosdev.dawn' | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment