From 0e3a9ad6e2ab5d94bce83f61b5e595c9578e7d10 Mon Sep 17 00:00:00 2001 From: ViliusSutkus89 Date: Wed, 3 Jan 2024 02:21:00 +0000 Subject: [PATCH] Update version in README.md (0.18.23) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4293fe88..a3a55373 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.22' + implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.23' } ```