Closed zacharee closed 8 months ago
TalbotGooday's library hasn't been updated since 2020, and the native PDFium libraries hadn't been updated since 2018.
https://github.com/johngray1965/PdfiumAndroidKt is a hard fork of PdfiumAndroid that converts the code to Kotlin, but also updates the native libraries to much more recent versions.
I forked TalbotGooday's AndroidPdfViewer library and rebased it to use PdfiumAndroidKt.
This PR changes the AndroidPdfViewer dependency to my fork and makes necessary changes for the project to compile.
Note: I changed a few other things to make syncing work properly, such as upgrading the Android Gradle Plugin.
TalbotGooday's library hasn't been updated since 2020, and the native PDFium libraries hadn't been updated since 2018.
https://github.com/johngray1965/PdfiumAndroidKt is a hard fork of PdfiumAndroid that converts the code to Kotlin, but also updates the native libraries to much more recent versions.
I forked TalbotGooday's AndroidPdfViewer library and rebased it to use PdfiumAndroidKt.
This PR changes the AndroidPdfViewer dependency to my fork and makes necessary changes for the project to compile.
Note: I changed a few other things to make syncing work properly, such as upgrading the Android Gradle Plugin.