From e59a74b0c325ce730851b7538707f662f01b0384 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Mon, 25 Dec 2023 22:38:41 +0200 Subject: [PATCH] Downgrade pdf2htmlEX to 0.18.7-poppler-0.81.0 This version should pass tests on all API levels --- pdf2htmlEX/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2htmlEX/build.gradle b/pdf2htmlEX/build.gradle index 09e4835d..432a8867 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.8.rc2-beta-5") + implementation("com.viliussutkus89.ndk.thirdparty:pdf2htmlEX-ndk26-static:0.18.7-poppler-0.81.0-beta-8") } publishing {