TalbotGooday / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
31 stars 23 forks source link

Replace PdfiumAndroid with PdfiumAndroidKt #8

Closed zacharee closed 8 months ago

zacharee commented 8 months ago

This is a breaking change to the library.

PdfiumAndroid relies on pretty old versions of PDFium. PdfiumAndroidKt is a rewrite of that library in Kotlin with updated native libraries. It also depends on API 21.

This PR:

Consumers of the library (e.g., react-native-pdf) will need to update any transitive imports of PdfiumAndroid to PdfiumAndroidKt when updating to a version containing the changes in this PR.