Updated Versions of libkiwix and libzim.

Previously, we were utilizing `libkiwix 12.0.0` and `libzim 8.2.0`. In preparation for publishing `java-libkiwix` on Maven, we've obtained newer versions of these libraries. Hence, we're upgrading to `libkiwix 12.1.0` and `libzim 8.2.1`.
This commit is contained in:
MohitMali 2023-08-16 18:40:23 +05:30
parent 27d70f7376
commit 197777d8ae

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.0.0" ext.libkiwix_version = "12.1.0"
ext.libzim_version = "8.2.0" ext.libzim_version = "8.2.1"
apply from: 'publish.gradle' apply from: 'publish.gradle'
android { android {