From 180a1795dac218294f22fa4b0c7118ba8c630dd3 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Tue, 18 May 2021 12:16:17 +0200 Subject: [PATCH] Fix Libkiwix Github repository URLS --- android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle b/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle index 67f45f4..01ab812 100644 --- a/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle +++ b/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle @@ -29,7 +29,7 @@ task writePom { version '10.0.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION) packaging 'aar' name 'kiwixlib' - url 'https://github.com/kiwix/kiwix-lib' + url 'https://github.com/kiwix/libkiwix' licenses { license { name 'GPLv3' @@ -44,9 +44,9 @@ task writePom { } } scm { - connection 'https://github.com/kiwix/kiwix-lib.git' - developerConnection 'https://github.com/kiwix/kiwix-lib.git' - url 'https://github.com/kiwix/kiwix-lib' + connection 'https://github.com/kiwix/libkiwix.git' + developerConnection 'https://github.com/kiwix/libkiwix.git' + url 'https://github.com/kiwix/libkiwix' } } }.withXml {