Use libzim 9.2.1-1 & libkiwix 13.1.0-3

This commit is contained in:
Emmanuel Engelhart 2024-06-05 20:38:38 +02:00
parent 7fc2c1af6d
commit 349c125d7e
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
ext.libkiwix_version = "13.1.0-1"
ext.libzim_version = "9.2.1"
ext.libkiwix_version = "13.1.0-3"
ext.libzim_version = "9.2.1-1"
apply from: 'publish.gradle'
android {