From 4039035e90c0c8414d655fa4a9519416ccee641c Mon Sep 17 00:00:00 2001 From: Andre Destro Date: Tue, 19 Aug 2025 15:53:00 +0100 Subject: [PATCH] feat(android): add pdf support --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 95d6a5a..18bcac1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -58,7 +58,7 @@ repositories { dependencies { // implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') - implementation("io.ionic.libs:ioninappbrowser-android:1.4.1") + implementation("io.ionic.libs:ioninappbrowser-android:1.5.0") implementation 'androidx.browser:browser:1.8.0' implementation "androidx.constraintlayout:constraintlayout:2.2.0" implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"