From c6ee944bd5545e1406429d9cffc4b3f3f704278e Mon Sep 17 00:00:00 2001 From: Brent Kelly <5814579+mrbrentkelly@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:55:46 +0100 Subject: [PATCH] chore(android): bump gson and pdfiumandroid dependencies to ensure lib has Android 16bk support --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }