Merge pull request #88 from kiwix/update-libzim-libkiwix-versions

Use libzim 9.2.0
This commit is contained in:
Kelson 2024-04-20 14:15:00 +02:00 committed by GitHub
commit 9c525840ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

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"
ext.libzim_version = "9.1.0"
ext.libkiwix_version = "13.1.0-1"
ext.libzim_version = "9.2.0"
apply from: 'publish.gradle'
android {

View File

@ -236,7 +236,7 @@ public class test {
TestArchive archive1 = new TestArchive(zimFile);
fail("ERROR: Archive created with invalid Zim file!");
} catch (Exception e) {
assertEquals("error 2 opening file \"" + zimFile, e.getMessage());
assertEquals("error 2 opening file \"" + zimFile + "\"", e.getMessage());
}
}