From 260f815f7402eb077a7b42fd3a8ee38d435b272f Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 27 Jan 2025 17:03:47 +0530 Subject: [PATCH 1/3] Release `2.2.3` * Upgraded the libkiwix version to `14.0.0-1`. --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 0b61f1f..ab04245 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 = "14.0.0" +ext.libkiwix_version = "14.0.0-1" ext.libzim_version = "9.2.3-2" apply from: 'publish.gradle' From 74215380367af8220a37a861a91a222a65de4cc8 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 27 Jan 2025 17:04:52 +0530 Subject: [PATCH 2/3] 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 From 4ac2217ea1c293f463f64480efb39d210c7b72d4 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 27 Jan 2025 17:09:21 +0530 Subject: [PATCH 3/3] Updated the `CHANGELOG` file. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b52a62e..2a27377 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2.2.4 +* NEW: Use libkiwix 14.0.0-1 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/118) +* FIX: Native crashes on Android (@MohitMaliFtechiz, @mgautierfr https://github.com/kiwix/java-libkiwix/pull/116) + 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)