From e867bdbf303c2f2e82f93e4962d84f3f158ac088 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 19 Apr 2024 20:18:57 +0200 Subject: [PATCH] Use libzim 9.2.0 --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index a44f8b3..f912277 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" -ext.libzim_version = "9.1.0" +ext.libkiwix_version = "13.1.0-1" +ext.libzim_version = "9.2.0" apply from: 'publish.gradle' android {