mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-13 09:07:48 -04:00
commit
4c6dadba84
@ -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)
|
* NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113)
|
||||||
|
|
||||||
2.2.1
|
2.2.1
|
||||||
|
@ -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.2")
|
set("VERSION", "2.2.3")
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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 = "14.0.0"
|
||||||
ext.libzim_version = "9.2.3-1"
|
ext.libzim_version = "9.2.3-2"
|
||||||
|
|
||||||
apply from: 'publish.gradle'
|
apply from: 'publish.gradle'
|
||||||
android {
|
android {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user