Skip to content

Commit

Permalink
Increase version to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Koshkin committed Mar 19, 2024
1 parent 18959b0 commit 5b0980b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.9.4 (2024-03-19)
* Fix issue for the newest Android devices with API 34+

## 1.9.3 (2024-03-18)
* Update Gradle plugins and configurations
* Change minimum SDK to 21
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ The purpose is to remove old support libraries so we no longer need to use jetif

It will be used with the forked [AndroidPdFViewer](https://github.com/lion1988dev/AndroidPdfViewer)

## What's new in 1.9.4
* Fix issue for the newest Android devices with API 34+

## What's new in 1.9.3
* Update Gradle plugins and configurations
* Change minimum SDK to 21
Expand Down Expand Up @@ -38,7 +41,7 @@ dependencyResolutionManagement {

Add to the app _build.gradle_:

`implementation 'com.github.lion1988dev:PdfiumAndroid:1.9.3'`
`implementation 'com.github.lion1988dev:PdfiumAndroid:1.9.4'`

Library is available in jcenter and Maven Central repositories.

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ext {
minSdk : 21,
targetSdk : 34,
compileSdk : 34,
versionCode: 2,
versionName: '1.9.3'
versionCode: 3,
versionName: '1.9.4'
]
}

Expand Down Expand Up @@ -86,7 +86,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.lion1988dev'
artifactId = 'PdfiumAndroid'
version = "1.9.3"
version = "1.9.4"

afterEvaluate {
from components.release
Expand Down

0 comments on commit 5b0980b

Please sign in to comment.