From a24e6fff021ab0b3857d924375629289461e883b Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 2 May 2024 13:25:34 +0200 Subject: [PATCH] use libzim 9.2.1 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 54ca99b..2f4caf6 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -24,7 +24,7 @@ ext { // Replace these versions with the latest available versions of libkiwix and libzim ext.libkiwix_version = "13.1.0-1" -ext.libzim_version = "9.2.0" +ext.libzim_version = "9.2.1" apply from: 'publish.gradle' android {