Use last build of libkiwix

This commit is contained in:
Matthieu Gautier 2024-06-28 10:53:52 +02:00 committed by Kelson
parent 568c169d7f
commit 1188219fcb

View File

@ -23,7 +23,7 @@ ext {
} }
// Replace these versions with the latest available versions of libkiwix and libzim // 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" ext.libzim_version = "9.2.2"
apply from: 'publish.gradle' apply from: 'publish.gradle'