From f1a91aa197550f45ef7ff946ae4cade151ebc2ec Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 14 Oct 2024 18:26:16 +0530 Subject: [PATCH 1/3] Upgraded the libkiwix, and libzim versions. * Upgraded the libkiwix to `14.0.0`. * Upgraded the libzim version to `9.2.3-2`. --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 1ab92aa..99ef51b 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 = "13.1.0-4" -ext.libzim_version = "9.2.3-1" +ext.libkiwix_version = "14.0.0" +ext.libzim_version = "9.2.3-2" apply from: 'publish.gradle' android { From 6a60864ed1dcff8ff0b5d6d59f2ad4b4d0b3d24f Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 14 Oct 2024 18:30:16 +0530 Subject: [PATCH 2/3] Upgraded the java-libkiwix version to `2.2.3`. --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 99ef51b..0b61f1f 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.2") + set("VERSION", "2.2.3") } // Replace these versions with the latest available versions of libkiwix and libzim From 72b70aff679d576dbf4647dd346008649b789527 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 14 Oct 2024 18:37:17 +0530 Subject: [PATCH 3/3] Updated the `CHANGELOG` file, and corrected the minor issue in the `CHANGELOG` file. --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e36b259..b52a62e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ -2.2.1 +2.2.3 +* NEW: Use libzim 9.2.3-2 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/115) +* NEW: Use libkiwix 14.0.0 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/115) + +2.2.2 * NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113) 2.2.1