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
692 stars 150 forks source link

mistake in version number on maven central #121

Closed asnav closed 2 months ago

asnav commented 3 months ago

📝 Describe the Bug

the version on maven central is "v2.1.0" instead of "2.1.0" ( implementation("io.github.afreakyelf:Pdf-Viewer:v2.1.0" instead of implementation("io.github.afreakyelf:Pdf-Viewer:2.1.0") )

📖 Library Version

v2.1.0

afreakyelf commented 3 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.

asnav commented 2 months ago

great! tysm