Skip to content

Commit 04262ab

Browse files
author
Vasyl Koshkin
committed
Update PdfiumAndroid library
1 parent 925f39f commit 04262ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.lion1988dev:PdfiumAndroid:1.9.3'
45+
api 'com.github.lion1988dev:PdfiumAndroid:1.9.4'
4646
}
4747

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

5555
afterEvaluate {
5656
from components.release

0 commit comments

Comments
 (0)