mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-08-03 11:06:15 -04:00
commit
fc5151e23a
@ -1,3 +1,7 @@
|
||||
2.2.4
|
||||
* NEW: Use libkiwix 14.0.0-1 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/118)
|
||||
* FIX: Native crashes on Android (@MohitMaliFtechiz, @mgautierfr https://github.com/kiwix/java-libkiwix/pull/116)
|
||||
|
||||
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)
|
||||
|
@ -19,11 +19,11 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
|
||||
ext {
|
||||
set("GROUP_ID", "org.kiwix")
|
||||
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
|
||||
ext.libkiwix_version = "14.0.0"
|
||||
ext.libkiwix_version = "14.0.0-1"
|
||||
ext.libzim_version = "9.2.3-2"
|
||||
|
||||
apply from: 'publish.gradle'
|
||||
|
Loading…
x
Reference in New Issue
Block a user