Skip to content

Instantly share code, notes, and snippets.

View StephaneBg's full-sized avatar

Stéphane B. StephaneBg

  • Toulouse, France
View GitHub Profile
@StephaneBg
StephaneBg / build.gradle
Last active December 15, 2021 21:17
Set different signing configs with multiple flavors and dimensions
signingConfigs {
vanillaPaid {
...
}
vanillaFree {
...
}
chocolatePaid {
...
}