is there a way to get the applicationId of current product flavor in AndroidManifest file?
I have 4 product falvors and each one obviously has 4 different applicationIds in build.gradle. I need to get them in my Manifest file.
Is there a way to get it?