Merge pull request #118 from kiwix/release_2.2.4

Release `2.2.4`
This commit is contained in:
MohitMaliFtechiz 2025-01-27 17:42:31 +05:30 committed by GitHub
commit fc5151e23a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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'