mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-13 17:18:23 -04:00
Merge pull request #88 from kiwix/update-libzim-libkiwix-versions
Use libzim 9.2.0
This commit is contained in:
commit
9c525840ab
@ -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 {
|
||||
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user