Skip to content

Instantly share code, notes, and snippets.

@pdegand
Created October 27, 2014 18:37
Show Gist options
  • Save pdegand/b69f5279890974a81810 to your computer and use it in GitHub Desktop.
Save pdegand/b69f5279890974a81810 to your computer and use it in GitHub Desktop.
android {
...
productFlavors {
brandA {
applicationId "com.octo.app.a"
}
brandB {
applicationId "com.octo.app.b"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment