Merge pull request #115 from kiwix/release_2.2.3

Release `2.2.3`
This commit is contained in:
MohitMaliFtechiz 2024-10-14 18:44:11 +05:30 committed by GitHub
commit 4c6dadba84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

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

View File

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