Upgraded the libkiwix, and libzim versions.

* Upgraded the libkiwix to `14.0.0`.
* Upgraded the libzim version to `9.2.3-2`.
This commit is contained in:
MohitMaliFtechiz 2024-10-14 18:26:16 +05:30
parent 0d0f67b908
commit f1a91aa197

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-4"
ext.libzim_version = "9.2.3-1"
ext.libkiwix_version = "14.0.0"
ext.libzim_version = "9.2.3-2"
apply from: 'publish.gradle'
android {