I have a config file (config.xml) in res/values location. Inside this file, I need to add a string resource, where its value should change based on build type (debug/release).
It's not possible to create multiple files like res/debug/values/config.xml and res/release/values/config.xml. I am looking for a solution like the manifest place holder, where I can able to configure value in the Gradle and use it in config.xml
You can Write resource for different builds, write this in your build.gridle file and in android tag