From 197777d8aea359ac490bab48b64320c5559e2a93 Mon Sep 17 00:00:00 2001 From: MohitMali Date: Wed, 16 Aug 2023 18:40:23 +0530 Subject: [PATCH] Updated Versions of `libkiwix` and `libzim`. Previously, we were utilizing `libkiwix 12.0.0` and `libzim 8.2.0`. In preparation for publishing `java-libkiwix` on Maven, we've obtained newer versions of these libraries. Hence, we're upgrading to `libkiwix 12.1.0` and `libzim 8.2.1`. --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index efa5226..7c5800f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -23,8 +23,8 @@ ext { } // Replace these versions with the latest available versions of libkiwix and libzim -ext.libkiwix_version = "12.0.0" -ext.libzim_version = "8.2.0" +ext.libkiwix_version = "12.1.0" +ext.libzim_version = "8.2.1" apply from: 'publish.gradle' android {