Skip to content

Commit dae0b1e

Browse files
author
Vasyl Koshkin
committed
Update version
1 parent 1156b16 commit dae0b1e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

android-pdf-viewer/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk rootProject.tools.minSdk
1313
targetSdk rootProject.tools.targetSdk
1414

15-
versionCode 1
15+
versionCode rootProject.tools.versionCode
1616
versionName "${rootProject.tools.versionName}"
1717
}
1818

@@ -40,15 +40,15 @@ android {
4040

4141
dependencies {
4242
implementation 'androidx.appcompat:appcompat:1.6.1'
43-
api 'com.github.lion1988dev:PdfiumAndroid:1.9.2'
43+
api 'com.github.lion1988dev:PdfiumAndroid:1.9.3'
4444
}
4545

4646
publishing {
4747
publications {
4848
release(MavenPublication) {
4949
groupId = 'com.github.lion1988dev'
5050
artifactId = 'com.github.barteksc.pdfviewer'
51-
version = "3.2.2"
51+
version = "3.2.3"
5252

5353
afterEvaluate {
5454
from components.release

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ext {
88
minSdk : 21,
99
targetSdk : 34,
1010
compileSdk : 34,
11-
versionName: '3.2.2'
11+
versionCode: 2,
12+
versionName: '3.2.3'
1213
]
1314
}

0 commit comments

Comments
 (0)