Skip to content

Commit

Permalink
Increase version to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Koshkin committed Mar 19, 2024
1 parent 04262ab commit 081372d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.2.4 (2024-03-19)
* Update [PdfiumAndroid library](https://github.com/lion1988dev/PdfiumAndroid) to 1.9.4

## 3.2.3 (2024-03-18)
* Change minimum SDK version to 21
* Update [PdfiumAndroid library](https://github.com/lion1988dev/PdfiumAndroid) to 1.9.3
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ Library for displaying PDF documents on Android, with `animations`, `gestures`,
It is based on [PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid) for decoding PDF files. Works on API 11 (Android 3.0) and higher.
Licensed under Apache License 2.0.

## 3.2.4
* Update [PdfiumAndroid library](https://github.com/lion1988dev/PdfiumAndroid) to 1.9.4


## 3.2.3
* Change minimum SDK version to 21
* Update [PdfiumAndroid library](https://github.com/lion1988dev/PdfiumAndroid) to 1.9.3


## 3.2.1
* Change minimum SDK version to 23
* Drop MIPS support
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
minSdk : 21,
targetSdk : 34,
compileSdk : 34,
versionCode: 2,
versionName: '3.2.3'
versionCode: 3,
versionName: '3.2.4'
]
}

0 comments on commit 081372d

Please sign in to comment.