From 1188219fcbc30435f64b0329284172dfded5db03 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 28 Jun 2024 10:53:52 +0200 Subject: [PATCH] Use last build of libkiwix --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 0a825a1..c8421e1 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.1.0-3" +ext.libkiwix_version = "13.1.0-4" ext.libzim_version = "9.2.2" apply from: 'publish.gradle'