In an app that I'm currently working on, there is a requirement to keep different package names for different branches, for e.g (com.xyz.master in master branch and com.xyz.staging in the staging branch), but to allow this amazing library to work with proguard we need to hardcode the Bundle ID. I'd be grateful if it someone could point me in the right direction to set up this library for my scenario.
Any help is greatly appreciated!