diff --git a/android/build.gradle b/android/build.gradle index 3dfe1dc4..662799e1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -126,6 +126,6 @@ dependencies { // The repo from zacharee is based on PdfiumAndroidKt, a much newer fork of PdfiumAndroid, with better maintenance and updated native libraries. implementation 'com.github.zacharee:AndroidPdfViewer:4.0.1' // Depend on PdfiumAndroidKt directly so this can be updated independently of AndroidPdfViewer as updates are provided. - implementation 'io.legere:pdfiumandroid:1.0.24' - implementation 'com.google.code.gson:gson:2.8.5' + implementation 'io.legere:pdfiumandroid:1.0.32' + implementation 'com.google.code.gson:gson:2.13.1' }