Pool-Of-Tears / Myne

An android app to download & read ebooks from Project Gutenberg, built with Jetpack Compose.
https://pooloftears.in
Apache License 2.0
1.09k stars 63 forks source link

Fix crash due to `asImageBitmap()` call in e-book reader #148

Closed starry-shivam closed 5 months ago

starry-shivam commented 5 months ago

Apparently, coil don't support ImageBitmap, but do support the regular bitmaps. While on that, also bump AGP version