Dmitry-Borodin / pdfview-android

Small Android library to show PDF files
Apache License 2.0
294 stars 48 forks source link

Gradle plugin update to 7.2, target SDK 32, Java 11 support, Updated all dependencies #50

Closed BharathVishal closed 2 years ago

BharathVishal commented 2 years ago

Set target and compile SDK version to API 32. Upgraded Gradle version to 7.1.2. Built project in Android Studio 2021.1.1 Patch 2 (Bumblebee). Added Java 11 support to project. Updated project Kotlin version to 1.6.10 Updated all internal dependencies.

Dmitry-Borodin commented 2 years ago

@BharathVishal Thank you! Will this fix some existing issues? E.q. should I release this soon?

BharathVishal commented 2 years ago

Hi Dmitry, Great work on the library and thank you for merging the PR. This update doesn't fix any bugs but makes the project up to date. This commit also updates Gradle plugin and all of the internal dependencies and this would mean fixes, improvements and security patches to some of the internal libraries. Releasing this would make the public release updated with latest target SDK's etc. :)

Dmitry-Borodin commented 2 years ago

Thank you. I expect those dependencies to be in the app dependencies list anyway which means gradle will pick the last ones for the library as well. Thank you, will release later.