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 2db5464 + 180a179 commit 62f3aa1Copy full SHA for 62f3aa1
1 file changed
android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
@@ -29,7 +29,7 @@ task writePom {
29
version '10.0.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
30
packaging 'aar'
31
name 'kiwixlib'
32
- url 'https://github.com/kiwix/kiwix-lib'
+ url 'https://github.com/kiwix/libkiwix'
33
licenses {
34
license {
35
name 'GPLv3'
@@ -44,9 +44,9 @@ task writePom {
44
}
45
46
scm {
47
- connection 'https://github.com/kiwix/kiwix-lib.git'
48
- developerConnection 'https://github.com/kiwix/kiwix-lib.git'
49
+ connection 'https://github.com/kiwix/libkiwix.git'
+ developerConnection 'https://github.com/kiwix/libkiwix.git'
50
51
52
}.withXml {
0 commit comments