Skip to content

Commit

Permalink
Merge pull request #115 from kiwix/release_2.2.3
Browse files Browse the repository at this point in the history
Release `2.2.3`
  • Loading branch information
MohitMaliFtechiz authored Oct 14, 2024
2 parents 0d0f67b + 72b70af commit 4c6dadb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
2.2.1
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)

2.2.2
* NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113)

2.2.1
Expand Down
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
ext {
set("GROUP_ID", "org.kiwix")
set("ARTIFACT_ID", "libkiwix")
set("VERSION", "2.2.2")
set("VERSION", "2.2.3")
}

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

apply from: 'publish.gradle'
android {
Expand Down

0 comments on commit 4c6dadb

Please sign in to comment.