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.3 (2024-03-18)
2+ * Update Gradle plugins and configurations
3+ * Change minimum SDK to 21
4+ * Update pdfium libs
5+
16## 1.9.1 (2024-03-10)
27* Update Gradle plugins and configurations
38* Update compile sdk to 34
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ 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.3
6+ * Update Gradle plugins and configurations
7+ * Change minimum SDK to 21
8+ * Update pdfium libs
9+
510## What's new in 1.9.1
611* Update Gradle plugins and configurations
712* Update compile sdk to 34
@@ -33,7 +38,7 @@ dependencyResolutionManagement {
3338
3439Add to the app _ build.gradle_ :
3540
36- ` implementation 'com.github.lion1988dev:PdfiumAndroid:1.9.1 ' `
41+ ` implementation 'com.github.lion1988dev:PdfiumAndroid:1.9.3 ' `
3742
3843Library is available in jcenter and Maven Central repositories.
3944
You can’t perform that action at this time.
0 commit comments