Skip to content
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

Patch SnakeYAML dependency #3914

Merged
merged 3 commits into from
Mar 24, 2022
Merged

Patch SnakeYAML dependency #3914

merged 3 commits into from
Mar 24, 2022

Conversation

FloEdelmann
Copy link
Member

Fixes #3889.

Running ../gradlew dependencies in the app directory verifies that all occurrences of org.snakeyaml:snakeyaml-engine are indeed replaced with the patched org.bitbucket.snakeyaml:snakeyaml-engine:8209bb9484 version from https://jitpack.io/#org.bitbucket.snakeyaml.snakeyaml-engine.src.master/

This compiles and works fine in the emulator with Android 11. @westnordost can you try to reproduce the issue in Android 5?

@westnordost
Copy link
Member

westnordost commented Mar 24, 2022

Wow, cool! That works? So easy!

Thank you for your effort! I don't have an Android 5 around anymore (lent it to @mr-elbe5) but I'll try to reproduce it with an Android 5 emulator

@westnordost westnordost self-assigned this Mar 24, 2022
Copy link
Member

@westnordost westnordost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add todos so it is not forgotten

build.gradle.kts Show resolved Hide resolved
app/build.gradle.kts Show resolved Hide resolved
@westnordost
Copy link
Member

The issue is reproducable on an Android 5 emulator and I can confirm that this solves the issue on an Android 5 emulator. 👍

@westnordost westnordost merged commit 391ec3c into streetcomplete:master Mar 24, 2022
@FloEdelmann FloEdelmann deleted the snakeyaml branch March 24, 2022 14:55
@FloEdelmann
Copy link
Member Author

FloEdelmann commented Mar 24, 2022

Yay! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash in org.snakeyaml.engine.v2.api.LoadSettingsBuilder
2 participants