From 260f815f7402eb077a7b42fd3a8ee38d435b272f Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 27 Jan 2025 17:03:47 +0530 Subject: [PATCH] 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'