Bump-up to libzim 9.0.0 et libkiwix 13.0.0

This commit is contained in:
Emmanuel Engelhart 2023-11-20 16:16:03 +01:00
parent 242db418de
commit 3ddfeb8540
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -23,8 +23,8 @@ 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 = "12.1.0" ext.libkiwix_version = "13.0.0"
ext.libzim_version = "8.2.1" ext.libzim_version = "9.0.0"
apply from: 'publish.gradle' apply from: 'publish.gradle'
android { android {