android {
flavorDimensions 'app', 'region'
productFlavors {
app1 {
dimension 'app'
}
app2 {
dimension 'app'
}
europe {
dimension 'region'
}
asia {
dimension 'region'
}
}
Now I need:
app1Europeto have application id ofcom.wapp2Europeto have application id ofcom.xapp1Asiato have application id ofcom.yapp2Asiato 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.