Skip to content

Instantly share code, notes, and snippets.

@talosdev
Created August 27, 2019 09:53
Show Gist options
  • Select an option

  • Save talosdev/53e2172d345c4c50377add9244f73092 to your computer and use it in GitHub Desktop.

Select an option

Save talosdev/53e2172d345c4c50377add9244f73092 to your computer and use it in GitHub Desktop.
Flavors
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