From f6e0c847032afcbd65fef99efea0c718f2a17ba7 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Wed, 30 Oct 2024 13:19:31 +0200 Subject: [PATCH 1/2] 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' From eae5539fbf8030924b0c1d0d9f8d15e2f6e0c8a2 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Wed, 30 Oct 2024 13:19:45 +0200 Subject: [PATCH 2/2] Upgrade wvWare-Android to 1.2.11 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 28c0fb3b27b3..11c95d7ffa45 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -141,7 +141,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.11.0' implementation 'app.opendocument:pdf2htmlex-android:0.18.26' - implementation 'com.viliussutkus89:wvware-android:1.2.9' + implementation 'app.opendocument:wvware-android:1.2.11' implementation 'com.github.huzongyao:AndroidMagic:v1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'