From c94b385cebb621e66522c9f0118626fd20ba7ba8 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 18 Jan 2024 19:00:34 +0530 Subject: [PATCH] Changing the `libkiwix` version according to the official release available on the libkiwix repo. --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 129860d..def967f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -23,7 +23,7 @@ ext { } // Replace these versions with the latest available versions of libkiwix and libzim -ext.libkiwix_version = "13.0.0-1" +ext.libkiwix_version = "13.0.0" ext.libzim_version = "9.1.0" apply from: 'publish.gradle'