From 26e5789b933e4c2336ccc4a422e88503f01dffab Mon Sep 17 00:00:00 2001 From: ViliusSutkus89 Date: Sun, 25 Aug 2024 11:11:05 +0000 Subject: [PATCH] Update version in README.md (0.18.26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68917c26..dc25a8ef 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ pdf2htmlEX-Android is distributed through MavenCentral. Add a dependency in `build.gradle`: ```groovy dependencies { - implementation("app.opendocument:pdf2htmlex-android:0.18.25") + implementation("app.opendocument:pdf2htmlex-android:0.18.26") } ```