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 071792b + 64a7422 commit 179864dCopy full SHA for 179864d
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.1.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
+ version '10.1.1' + (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