From f1a91aa197550f45ef7ff946ae4cade151ebc2ec Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 14 Oct 2024 18:26:16 +0530 Subject: [PATCH] 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 {