File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed 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
+
1
6
## 1.9.1 (2024-03-10)
2
7
* Update Gradle plugins and configurations
3
8
* 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
2
2
3
3
It will be used with the forked [ AndroidPdFViewer] ( https://github.com/lion1988dev/AndroidPdfViewer )
4
4
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
+
5
10
## What's new in 1.9.1
6
11
* Update Gradle plugins and configurations
7
12
* Update compile sdk to 34
@@ -33,7 +38,7 @@ dependencyResolutionManagement {
33
38
34
39
Add to the app _ build.gradle_ :
35
40
36
- ` implementation 'com.github.lion1988dev:PdfiumAndroid:1.9.1 ' `
41
+ ` implementation 'com.github.lion1988dev:PdfiumAndroid:1.9.3 ' `
37
42
38
43
Library is available in jcenter and Maven Central repositories.
39
44
You can’t perform that action at this time.
0 commit comments