-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResValues no longer work in 6.0.0 #382
Comments
Thanks for keeping an eye on the plugin 🙏 I came up with my proposal, based on your suggestion: #383. |
Thanks a lot for maintaining this super useful plugin. 🤗 Strange, I also stumbled upon the Google issue and thought it might cause problems. But even after updating to 7.4beta05, I could not build with the generated icons. I will test your branch tomorrow, but this looks promising to fix the issue in 7.4. Thanks a lot for the quick help. |
Using
InternalArtifactType.GENERATED_RES
has the side-effect, that res values that are created using Gradle are no longer part of the build.I updated one of the test apps which shows that the String value is no longer used and the build fails:
cd0bb0f
One can also see that AS no longer recognizes the folder as a resource folder:
<6.0.0
6.0.0
I tried to fix the issue, but was not lucky, yet:
c4148d1
The text was updated successfully, but these errors were encountered: