Skip to content

Commit f1a91aa

Browse files
Upgraded the libkiwix, and libzim versions.
* Upgraded the libkiwix to `14.0.0`. * Upgraded the libzim version to `9.2.3-2`.
1 parent 0d0f67b commit f1a91aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ext {
2323
}
2424

2525
// Replace these versions with the latest available versions of libkiwix and libzim
26-
ext.libkiwix_version = "13.1.0-4"
27-
ext.libzim_version = "9.2.3-1"
26+
ext.libkiwix_version = "14.0.0"
27+
ext.libzim_version = "9.2.3-2"
2828

2929
apply from: 'publish.gradle'
3030
android {

0 commit comments

Comments
 (0)