android {
flavorDimensions 'app', 'region'
productFlavors {
app1 {
dimension 'app'
}
app2 {
dimension 'app'
}
europe {
dimension 'region'
}
asia {
dimension 'region'
}
}
Now I need:
app1Europe
to have application id ofcom.w
app2Europe
to have application id ofcom.x
app1Asia
to have application id ofcom.y
app2Asia
to have application id ofcom.z
I can't see a place that will allow me to specify the applicationId
per for the flavor combination.
Note: As the client app store listings already exist, I can't have one listing for these multiple regions. There really isn't any common prefix among the application ids beyond com.