From f5ba3c101582021c83fb152eb1b0837b7185a6ae Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Wed, 27 Dec 2023 09:52:47 +0200 Subject: [PATCH] Upgrade to pdf2htmlEX to 0.18.8.rc2 dump-images patch should solve crash on Android API level 30+ --- pdf2htmlEX/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2htmlEX/build.gradle b/pdf2htmlEX/build.gradle index 432a8867..61dd3d30 100644 --- a/pdf2htmlEX/build.gradle +++ b/pdf2htmlEX/build.gradle @@ -70,7 +70,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - implementation("com.viliussutkus89.ndk.thirdparty:pdf2htmlEX-ndk26-static:0.18.7-poppler-0.81.0-beta-8") + implementation("com.viliussutkus89.ndk.thirdparty:pdf2htmlEX-ndk26-static:0.18.8.rc2-beta-7") } publishing {