Merge pull request #86 from kiwix/use-libkiwix-13.1.0

Use libkiwix 13.1.0
This commit is contained in:
Kelson 2024-02-25 16:39:01 +01:00 committed by GitHub
commit 1aeb14415a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.0.0-1" ext.libkiwix_version = "13.1.0"
ext.libzim_version = "9.1.0" ext.libzim_version = "9.1.0"
apply from: 'publish.gradle' apply from: 'publish.gradle'