From 74215380367af8220a37a861a91a222a65de4cc8 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 27 Jan 2025 17:04:52 +0530 Subject: [PATCH] Upgraded the java-libkiwix version to `2.2.4`. --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index ab04245..65146ef 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile ext { set("GROUP_ID", "org.kiwix") set("ARTIFACT_ID", "libkiwix") - set("VERSION", "2.2.3") + set("VERSION", "2.2.4") } // Replace these versions with the latest available versions of libkiwix and libzim