Changing the libkiwix version according to the official release available on the libkiwix repo.

This commit is contained in:
MohitMaliFtechiz 2024-01-18 19:00:34 +05:30
parent c7aad36143
commit c94b385ceb

View File

@ -23,7 +23,7 @@ ext {
}
// Replace these versions with the latest available versions of libkiwix and libzim
ext.libkiwix_version = "13.0.0-1"
ext.libkiwix_version = "13.0.0"
ext.libzim_version = "9.1.0"
apply from: 'publish.gradle'