From a11b27fe89c05db89e065c32a2c94184ca32568a Mon Sep 17 00:00:00 2001 From: ViliusSutkus89 Date: Thu, 28 Dec 2023 12:14:43 +0000 Subject: [PATCH] Update version in README.md (0.18.21) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cdcf1f0..a39bf206 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Made possible by [ndkports](https://github.com/ViliusSutkus89/ndkports) (a colle pdf2htmlEX-Android is distributed through MavenCentral. Add a dependency in `build.gradle`: ```groovy dependencies { - implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.20' + implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.21' } ```