Skip to content

Commit 081372d

Browse files
author
Vasyl Koshkin
committed
Increase version to 3.2.4
1 parent 04262ab commit 081372d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.2.4 (2024-03-19)
2+
* Update [PdfiumAndroid library](https://github.com/lion1988dev/PdfiumAndroid) to 1.9.4
3+
14
## 3.2.3 (2024-03-18)
25
* Change minimum SDK version to 21
36
* Update [PdfiumAndroid library](https://github.com/lion1988dev/PdfiumAndroid) to 1.9.3

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ Library for displaying PDF documents on Android, with `animations`, `gestures`,
1313
It is based on [PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid) for decoding PDF files. Works on API 11 (Android 3.0) and higher.
1414
Licensed under Apache License 2.0.
1515

16+
## 3.2.4
17+
* Update [PdfiumAndroid library](https://github.com/lion1988dev/PdfiumAndroid) to 1.9.4
18+
19+
1620
## 3.2.3
1721
* Change minimum SDK version to 21
1822
* Update [PdfiumAndroid library](https://github.com/lion1988dev/PdfiumAndroid) to 1.9.3
1923

20-
2124
## 3.2.1
2225
* Change minimum SDK version to 23
2326
* Drop MIPS support

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88
minSdk : 21,
99
targetSdk : 34,
1010
compileSdk : 34,
11-
versionCode: 2,
12-
versionName: '3.2.3'
11+
versionCode: 3,
12+
versionName: '3.2.4'
1313
]
1414
}

0 commit comments

Comments
 (0)