Skip to content

Commit

Permalink
Merge pull request #113 from kiwix/release-2.2.2
Browse files Browse the repository at this point in the history
Release 2.2.2
  • Loading branch information
kelson42 authored Aug 29, 2024
2 parents 15e2d09 + dfc473e commit 0d0f67b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.2.1
* NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113)

2.2.1
* NEW: Use libzim 9.2.2 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/108)

Expand Down
4 changes: 2 additions & 2 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.1")
set("VERSION", "2.2.2")
}

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

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

0 comments on commit 0d0f67b

Please sign in to comment.