We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e2d09 + dfc473e commit 0d0f67bCopy full SHA for 0d0f67b
2 files changed
CHANGELOG
@@ -1,3 +1,6 @@
1
+2.2.1
2
+* NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113)
3
+
4
2.2.1
5
* NEW: Use libzim 9.2.2 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/108)
6
lib/build.gradle
@@ -19,12 +19,12 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
19
ext {
20
set("GROUP_ID", "org.kiwix")
21
set("ARTIFACT_ID", "libkiwix")
22
- set("VERSION", "2.2.1")
+ set("VERSION", "2.2.2")
23
}
24
25
// 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.2"
+ext.libzim_version = "9.2.3-1"
28
29
apply from: 'publish.gradle'
30
android {
0 commit comments