We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5143555 commit 7e4ad46Copy full SHA for 7e4ad46
android/build.gradle
@@ -126,6 +126,6 @@ dependencies {
126
// The repo from zacharee is based on PdfiumAndroidKt, a much newer fork of PdfiumAndroid, with better maintenance and updated native libraries.
127
implementation 'com.github.zacharee:AndroidPdfViewer:4.0.1'
128
// 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'
+ implementation 'io.legere:pdfiumandroid:1.0.34'
+ implementation 'com.google.code.gson:gson:2.13.2'
131
}
0 commit comments