readium / kotlin-toolkit

A toolkit for ebooks, audiobooks and comics written in Kotlin
https://readium.org/kotlin-toolkit
BSD 3-Clause "New" or "Revised" License
163 stars 72 forks source link

Downgrade to jsoup 1.16.1 #489

Closed mickael-menu closed 3 months ago

mickael-menu commented 3 months ago

Jsoup 1.16.2 requires core library desugaring, otherwise it crashes on Android 7 devices when opening the EPUB navigator.

See https://github.com/jhy/jsoup/issues/2022#issuecomment-1783931119

Before enabling desugaring, we need to assess its impact on the toolkit. Until we do, I downgraded this dependency.