File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- 2.2.1
1+ 2.2.3
2+ * NEW: Use libzim 9.2.3-2 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/115)
3+ * NEW: Use libkiwix 14.0.0 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/115)
4+
5+ 2.2.2
26* NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113)
37
482.2.1
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
1919ext {
2020 set(" GROUP_ID" , " org.kiwix" )
2121 set(" ARTIFACT_ID" , " libkiwix" )
22- set(" VERSION" , " 2.2.2 " )
22+ set(" VERSION" , " 2.2.3 " )
2323}
2424
2525// Replace these versions with the latest available versions of libkiwix and libzim
26- ext. libkiwix_version = " 13.1.0-4 "
27- ext. libzim_version = " 9.2.3-1 "
26+ ext. libkiwix_version = " 14.0.0 "
27+ ext. libzim_version = " 9.2.3-2 "
2828
2929apply from : ' publish.gradle'
3030android {
You can’t perform that action at this time.
0 commit comments