productFlavors {
dev {
dimension "flavor-type"
applicationId "ais.xxxx.app.dev"
resValue "string", "app_name", "xxxx DEV"
}
qa {
dimension "flavor-type"
applicationId "xxxx"
resValue "string", "app_name", "xxxx QA"
}
prod {
dimension "flavor-type"
applicationId "ais.xxxx.app"
resValue "string", "app_name", "xxxx"
}
}
add the flavor path cofig