ResourcePlaceholdersPlugin
ResourcePlaceholdersPlugin copied to clipboard
Add support to AGP 7.3.0
Adding support to AGP 7.3.0.
scrDirectory needs to be added to the variants from the new Variant API.
Resolves #10, resolves #11
Good job @extmkv. We are facing the same issue as you. I hope that @timfreiheit will be able to process this pull request. Thank you.
@jakubjerabek I've publish my fork on Gradle Plugins, you can include it and test it in your side.
https://plugins.gradle.org/plugin/pt.jcosta.resourceplaceholders
@jakubjerabek I've publish my fork on Gradle Plugins, you can include it and test it in your side.
https://plugins.gradle.org/plugin/pt.jcosta.resourceplaceholders
@extmkv Unfortunately my test with your new lib failed (still same behavior). I've contacted you via e-mail from your github profile with details, did you get it? Thank you.
Which version of AGP are you using in your project?
We are using 7.3.1.
@jakubjerabek I've update the plugin to use kotlin 1.8 and AGP 7.4.1 Can you try to bump to version 0.6 and also update AGP and kotlin in your side?
@extmkv Awesome, it works like a charm again. Thank you so much!
Great