ResourcePlaceholdersPlugin
ResourcePlaceholdersPlugin copied to clipboard
use manifest placeholders in android resources
Hi, after upgrading AGP from 7.4.1 to 8.0.0 I'm getting this error: ``` * What went wrong: A problem occurred configuring project ':app'. > Failed to notify project evaluation listener....
Adding support to AGP 7.3.0. scrDirectory needs to be added to the variants from the new Variant API. Resolves #10, resolves #11
Hi @timfreiheit ! First of all, thank you for great work here. We're using this plugin on @adidas to help us with multi-flavor projects. Today I was facing a problem...
I've reverse engineered a production build and have seen that ${applicationId} is kept as it is in the shortcuts.xml (but works when running debug build).
Hi, Thanks for creating this plugin! I have recently been seeing the below warnings from gradle. I think they started after upgrading to Gradle 7.0, and they are still visible...