afreakyelf / Pdf-Viewer

A Lightweight PDF Viewer Android library which only occupies around 80kb while most of the Pdf viewer occupies up to 16MB space.
https://afreakyelf.github.io/Pdf-Viewer/
MIT License
770 stars 162 forks source link

[BUG] set minSdk back to 21 #120

Closed vanniktech closed 6 months ago

vanniktech commented 6 months ago

I've tried to upgrade to the latest 2.1.0 but it requires minSdk 24. Can it be lowered back to 21? This is also what AndroidX will set it to in the coming months. So we should support the same.

afreakyelf commented 6 months ago

Hi, this has been fixed in this new release. https://github.com/afreakyelf/Pdf-Viewer/releases/tag/v2.1.1

Thank you for using the library.

vanniktech commented 6 months ago

Amazing, thanks for the quick new release!