Skip to content

Commit c1496dd

Browse files
author
Vasyl Koshkin
committed
Update README
1 parent 6849b9e commit c1496dd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ The purpose is to remove old support libraries so we no longer need to use jetif
22

33
It 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

3439
Add 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

3843
Library is available in jcenter and Maven Central repositories.
3944

0 commit comments

Comments
 (0)