Skip to content

Commit 8d95a65

Browse files
committed
update library version
1 parent 5be46e5 commit 8d95a65

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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.7 (2025-07-07)
2+
* Update [PdfiumAndroid library](https://github.com/marain87/PdfiumAndroid) to 1.9.7
3+
14
## 3.2.6 (2025-06-03)
25
* upgrade gradle plugin and ndk to support for 16KB Page Size
36
* Update [PdfiumAndroid library](https://github.com/marain87/PdfiumAndroid) to 1.9.6

android-pdf-viewer/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ android {
4242

4343
dependencies {
4444
implementation 'androidx.appcompat:appcompat:1.6.1'
45-
api 'com.github.marain87:PdfiumAndroid:16KB-SNAPSHOT'
45+
api 'com.github.marain87:PdfiumAndroid:1.9.7'
4646
}
4747

4848
publishing {
4949
publications {
5050
release(MavenPublication) {
5151
groupId = 'com.github.marain87'
5252
artifactId = 'AndroidPdfViewer'
53-
version = "3.2.6"
53+
version = "3.2.7"
5454

5555
afterEvaluate {
5656
from components.release

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: 5,
12-
versionName: '3.2.6'
11+
versionCode: 6,
12+
versionName: '3.2.7'
1313
]
1414
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdk rootProject.tools.minSdk
1212
targetSdk rootProject.tools.targetSdk
1313

14-
versionCode 5
14+
versionCode 6
1515
versionName "${rootProject.tools.versionName}"
1616

1717
javaCompileOptions {

0 commit comments

Comments
 (0)