Upgraded the java-libkiwix version to 2.2.4.

This commit is contained in:
MohitMaliFtechiz 2025-01-27 17:04:52 +05:30 committed by MohitMaliFtechiz
parent 260f815f74
commit 7421538036

View File

@ -19,7 +19,7 @@ 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.3") set("VERSION", "2.2.4")
} }
// Replace these versions with the latest available versions of libkiwix and libzim // Replace these versions with the latest available versions of libkiwix and libzim