Use latest libkiwix/libzim (with debug symbols)

This commit is contained in:
Emmanuel Engelhart 2023-12-16 13:13:29 +01:00
parent 24164f655a
commit 2e1f47d47c
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.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 {