File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.9.8 (2025-07-17)
2+ * add support for FPDF_DeviceToPage
3+ *
14## 1.9.6 (2025-06-03)
25* upgrade gradle plugin and ndk to support for 16KB pages
36
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ The purpose is to remove old support libraries so we no longer need to use jetif
22
33It will be used with the forked [ AndroidPdFViewer] ( https://github.com/lion1988dev/AndroidPdfViewer )
44
5+ ## What's new in 1.9.8
6+ * Fix issue on FPDF_DeviceToPage
7+
58## What's new in 1.9.7
69* add support for FPDF_DeviceToPage
710
@@ -50,7 +53,7 @@ dependencyResolutionManagement {
5053
5154Add to the app _ build.gradle_ :
5255
53- ` implementation 'com.github.marain87:PdfiumAndroid:1.9.7 ' `
56+ ` implementation 'com.github.marain87:PdfiumAndroid:1.9.8 ' `
5457
5558Library is available in jcenter and Maven Central repositories.
5659
You can’t perform that action at this time.
0 commit comments