mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-11 08:08:46 -04:00
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:
parent
27d70f7376
commit
197777d8ae
@ -23,8 +23,8 @@ ext {
|
||||
}
|
||||
|
||||
// Replace these versions with the latest available versions of libkiwix and libzim
|
||||
ext.libkiwix_version = "12.0.0"
|
||||
ext.libzim_version = "8.2.0"
|
||||
ext.libkiwix_version = "12.1.0"
|
||||
ext.libzim_version = "8.2.1"
|
||||
|
||||
apply from: 'publish.gradle'
|
||||
android {
|
||||
|
Loading…
x
Reference in New Issue
Block a user