From 324cfd6f4062644761e69d4785b38253e06dfff1 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 25 Feb 2024 16:35:10 +0100 Subject: [PATCH] Use libkiwix 13.1.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 5e75333..3ce3d97 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -23,7 +23,7 @@ ext { } // Replace these versions with the latest available versions of libkiwix and libzim -ext.libkiwix_version = "13.0.0-1" +ext.libkiwix_version = "13.1.0" ext.libzim_version = "9.1.0" apply from: 'publish.gradle'