From 4f530b3f0916a48921a74afe6ddecc5da8d087e4 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 22 Jun 2024 17:22:19 +0200 Subject: [PATCH] Use libzim 9.2.2 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 0a6d221..2ad2f9e 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-3" -ext.libzim_version = "9.2.1-1" +ext.libzim_version = "9.2.2" apply from: 'publish.gradle' android {