Skip to content

Commit 4c6dadb

Browse files
Merge pull request #115 from kiwix/release_2.2.3
Release `2.2.3`
2 parents 0d0f67b + 72b70af commit 4c6dadb

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
2.2.1
1+
2.2.3
2+
* NEW: Use libzim 9.2.3-2 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/115)
3+
* NEW: Use libkiwix 14.0.0 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/115)
4+
5+
2.2.2
26
* NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113)
37

48
2.2.1

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
1919
ext {
2020
set("GROUP_ID", "org.kiwix")
2121
set("ARTIFACT_ID", "libkiwix")
22-
set("VERSION", "2.2.2")
22+
set("VERSION", "2.2.3")
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)