Skip to content

Commit

Permalink
Merge pull request #118 from kiwix/release_2.2.4
Browse files Browse the repository at this point in the history
Release `2.2.4`
  • Loading branch information
MohitMaliFtechiz authored Jan 27, 2025
2 parents 719a310 + 4ac2217 commit fc5151e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.4
* NEW: Use libkiwix 14.0.0-1 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/118)
* FIX: Native crashes on Android (@MohitMaliFtechiz, @mgautierfr https://github.com/kiwix/java-libkiwix/pull/116)

2.2.3
* NEW: Use libzim 9.2.3-2 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/115)
* NEW: Use libkiwix 14.0.0 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/115)
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
ext {
set("GROUP_ID", "org.kiwix")
set("ARTIFACT_ID", "libkiwix")
set("VERSION", "2.2.3")
set("VERSION", "2.2.4")
}

// Replace these versions with the latest available versions of libkiwix and libzim
ext.libkiwix_version = "14.0.0"
ext.libkiwix_version = "14.0.0-1"
ext.libzim_version = "9.2.3-2"

apply from: 'publish.gradle'
Expand Down

0 comments on commit fc5151e

Please sign in to comment.