Skip to content

Commit 5b0980b

Browse files
author
Vasyl Koshkin
committed
Increase version to 1.9.4
1 parent 18959b0 commit 5b0980b

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ 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.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

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

4346
Library is available in jcenter and Maven Central repositories.
4447

build.gradle

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

0 commit comments

Comments
 (0)