File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2.2.1
2
+ * NEW: Use libzim 9.2.3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/113)
3
+
1
4
2.2.1
2
5
* NEW: Use libzim 9.2.2 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/108)
3
6
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
19
19
ext {
20
20
set(" GROUP_ID" , " org.kiwix" )
21
21
set(" ARTIFACT_ID" , " libkiwix" )
22
- set(" VERSION" , " 2.2.1 " )
22
+ set(" VERSION" , " 2.2.2 " )
23
23
}
24
24
25
25
// Replace these versions with the latest available versions of libkiwix and libzim
26
26
ext. libkiwix_version = " 13.1.0-4"
27
- ext. libzim_version = " 9.2.2 "
27
+ ext. libzim_version = " 9.2.3-1 "
28
28
29
29
apply from : ' publish.gradle'
30
30
android {
You can’t perform that action at this time.
0 commit comments