-
Notifications
You must be signed in to change notification settings - Fork 32
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
Latest snapshot no longer compatible with android #261
Comments
|
Why are you not publishing snapshot per commit? |
2c3c7ac removed the xmlutil/serialization/build.gradle.kts Lines 139 to 143 in 01f822a
Here is a workaround on the consumer side:
|
@revonateB0T Snapshots are auto-published on push. As I am the sole developer I don't always push the commits, and certainly not on each (small) commit. In this case there is only one relevant commit (from Dec 9) that attempts to build the library with kotlin 2.1.0 (the other commit is updating one of the examples that is not even published as binary). As to what happened, the way that the android version was implemented is as additional target/variant with manually specified attributes. While I had already created some sort of solution for the The correct workaround would be to do this substitution on In any case I have updated the dependency, and things should work now (once a new snapshot has been generated). Please let me know (so I can create a proper release - perhaps an rc first). |
I can confirm that the new snapshot is working fine. Thanks for the quick fix! |
https://github.com/FooIbar/EhViewer/actions/runs/12643061231/job/35228447452
The text was updated successfully, but these errors were encountered: