Skip to content

Commit 7e4ad46

Browse files
author
Wonday
committed
update pdfiumandroid and gson
1 parent 5143555 commit 7e4ad46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ dependencies {
126126
// The repo from zacharee is based on PdfiumAndroidKt, a much newer fork of PdfiumAndroid, with better maintenance and updated native libraries.
127127
implementation 'com.github.zacharee:AndroidPdfViewer:4.0.1'
128128
// Depend on PdfiumAndroidKt directly so this can be updated independently of AndroidPdfViewer as updates are provided.
129-
implementation 'io.legere:pdfiumandroid:1.0.33'
130-
implementation 'com.google.code.gson:gson:2.13.1'
129+
implementation 'io.legere:pdfiumandroid:1.0.34'
130+
implementation 'com.google.code.gson:gson:2.13.2'
131131
}

0 commit comments

Comments
 (0)