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.4 (2024-03-19)
2+ * Fix issue for the newest Android devices with API 34+
3+
14## 1.9.3 (2024-03-18)
25* Update Gradle plugins and configurations
36* Change minimum SDK to 21
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.4
6+ * Fix issue for the newest Android devices with API 34+
7+
58## What's new in 1.9.3
69* Update Gradle plugins and configurations
710* Change minimum SDK to 21
@@ -38,7 +41,7 @@ dependencyResolutionManagement {
3841
3942Add to the app _ build.gradle_ :
4043
41- ` implementation 'com.github.lion1988dev:PdfiumAndroid:1.9.3 ' `
44+ ` implementation 'com.github.lion1988dev:PdfiumAndroid:1.9.4 ' `
4245
4346Library is available in jcenter and Maven Central repositories.
4447
Original file line number Diff line number Diff line change 88 minSdk : 21 ,
99 targetSdk : 34 ,
1010 compileSdk : 34 ,
11- versionCode : 2 ,
12- versionName : ' 1.9.3 '
11+ versionCode : 3 ,
12+ versionName : ' 1.9.4 '
1313 ]
1414}
1515
@@ -86,7 +86,7 @@ publishing {
8686 release(MavenPublication ) {
8787 groupId = ' com.github.lion1988dev'
8888 artifactId = ' PdfiumAndroid'
89- version = " 1.9.3 "
89+ version = " 1.9.4 "
9090
9191 afterEvaluate {
9292 from components. release
You can’t perform that action at this time.
0 commit comments