From 2e1f47d47c1de2dcfc0a9715ff542f74d962ef1a Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 16 Dec 2023 13:13:29 +0100 Subject: [PATCH] Use latest libkiwix/libzim (with debug symbols) --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 448a9f2..9e04db4 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.0.0" -ext.libzim_version = "9.0.0" +ext.libkiwix_version = "13.0.0-1" +ext.libzim_version = "9.1.0" apply from: 'publish.gradle' android {