From 3ddfeb854000e7df11070fd0e712066a660ec1ba Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 20 Nov 2023 16:16:03 +0100 Subject: [PATCH] Bump-up to libzim 9.0.0 et libkiwix 13.0.0 --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 4944ca3..03d93fe 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 = "12.1.0" -ext.libzim_version = "8.2.1" +ext.libkiwix_version = "13.0.0" +ext.libzim_version = "9.0.0" apply from: 'publish.gradle' android {