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 4601d78 + c2d256b commit 28962b5Copy full SHA for 28962b5
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+2.2.0
2
+* NEW: Use libzim 9.2.1-1 and libkiwix 13.1.0-3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/98)
3
+* NEW: Added support for SDK 34 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/97)
4
+
5
2.1.1
6
* NEW: Use libzim 9.2.1 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/94)
7
lib/build.gradle
@@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
19
ext {
20
set("GROUP_ID", "org.kiwix")
21
set("ARTIFACT_ID", "libkiwix")
22
- set("VERSION", "2.1.1")
+ set("VERSION", "2.2.0")
23
}
24
25
// Replace these versions with the latest available versions of libkiwix and libzim
0 commit comments