We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8075fbb + 6297309 commit 071792bCopy full SHA for 071792b
1 file changed
android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
@@ -26,7 +26,7 @@ task writePom {
26
project {
27
groupId 'org.kiwix.kiwixlib'
28
artifactId 'kiwixlib'
29
- version '10.0.1' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
+ version '10.1.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
30
packaging 'aar'
31
name 'kiwixlib'
32
url 'https://github.com/kiwix/libkiwix'
0 commit comments