I have a template app which has many build flavors, In one of my flavors I want to set one of the buildConfigFields to null, how can I do it?
I tried setting it like this:
buildConfigField "String", "EasterEggURL", null
But it says that it cannot be null.
Did you try?
buildConfigField "String", "EasterEggURL", "null"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With