Merge pull request #113 from kiwix/release-2.2.2

Release 2.2.2
This commit is contained in:
Kelson 2024-08-29 11:43:47 +00:00 committed by GitHub
commit 0d0f67b908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -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 2.2.1
* NEW: Use libzim 9.2.2 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/108) * NEW: Use libzim 9.2.2 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/108)

View File

@ -19,12 +19,12 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
ext { ext {
set("GROUP_ID", "org.kiwix") set("GROUP_ID", "org.kiwix")
set("ARTIFACT_ID", "libkiwix") 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 // Replace these versions with the latest available versions of libkiwix and libzim
ext.libkiwix_version = "13.1.0-4" ext.libkiwix_version = "13.1.0-4"
ext.libzim_version = "9.2.2" ext.libzim_version = "9.2.3-1"
apply from: 'publish.gradle' apply from: 'publish.gradle'
android { android {