

"evcPublicLocalRelease" -> mergedFlavor.applicationId = "io." "evcPublicDevDebug" -> mergedFlavor.applicationId = "io." "evcPublicDevRelease" -> mergedFlavor.applicationId = "io." "evcPublicProdDebug" -> mergedFlavor.applicationId = "io." "evcPublicProdRelease" -> mergedFlavor.applicationId = "io." "xxxxxPublicLocalDebug" -> mergedFlavor.applicationId = "io." "xxxxxPublicLocalRelease" -> mergedFlavor.applicationId = "io."

"xxxxxPublicDevDebug" -> mergedFlavor.applicationId = "io." "xxxxxPublicDevRelease" -> mergedFlavor.applicationId = "io." "xxxxxPublicProdDebug" -> mergedFlavor.applicationId = "io." "xxxxxPublicProdRelease" -> mergedFlavor.applicationId = "io." "xxxxxHomeLocalDebug" -> mergedFlavor.applicationId = "io." "xxxxxHomeLocalRelease" -> mergedFlavor.applicationId = "io." "xxxxxHomeDevDebug" -> mergedFlavor.applicationId = "io." "xxxxxHomeDevRelease" -> mergedFlavor.applicationId = "io." "xxxxxHomeProdDebug" -> mergedFlavor.applicationId = "io.xxxxx.android" "xxxxxHomeProdRelease" -> mergedFlavor.applicationId = "io.xxxxx.android" Gradle settings include(":core", ":chatbot") but build variant i cannot changeĪny clues on what I can do to resolve this please

I tried sync project with gradle files, clean project, invalidate chaches and restart, I also restarted mac just in case but the same thing happens.Īs a note, there are two modules in the project and in the build varients sections the module is always the one which I donot want and I cannot change the module, i am thinking changing the variant should change the module automatically to the right one. When I change to the variant i want it again defaults to the first one, The first step, in case your project doesn't have it already, is to add different flavors to your build.I have a list of build variants in my project and the default selected is the first one in the top of the list, Let's go through the implementation steps. Adding Support for Extra Bold, Extra Light and MoreĪt this point, we know where we want to go.
