Skip to content

Instantly share code, notes, and snippets.

View ronnieotieno's full-sized avatar
🏗️
Working

Ronnie Otieno ronnieotieno

🏗️
Working
View GitHub Profile
android {
.....
flavorDimensions "appType" //Can be anything, just identifier
productFlavors {
Client {
dimension "appType"
applicationIdSuffix ".client" //Will be added to package name of the app, making the app unique
//More can be added like