From f6e0c847032afcbd65fef99efea0c718f2a17ba7 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Wed, 30 Oct 2024 13:19:31 +0200 Subject: [PATCH] Upgrade pdf2htmlEX-Android to 0.18.26 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e2ec2ddd5ff1..28c0fb3b27b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,7 +140,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.webkit:webkit:1.11.0' - implementation 'app.opendocument:pdf2htmlex-android:0.18.25' + implementation 'app.opendocument:pdf2htmlex-android:0.18.26' implementation 'com.viliussutkus89:wvware-android:1.2.9' implementation 'com.github.huzongyao:AndroidMagic:v1.1.2'