From b92a4b2e041ffbbeceb6414a83332cacd13dd611 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 22 Aug 2019 16:03:46 +0200 Subject: [PATCH] Correctly set the groupId in the pom file. --- android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle b/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle index bfef715fd..6e2ca0070 100644 --- a/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle +++ b/android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle @@ -24,7 +24,7 @@ dependencies { task writePom { pom { project { - group 'org.kiwix.kiwixlib' + groupId 'org.kiwix.kiwixlib' artifactId 'kiwixlib' version '6.0.1' packaging 'aar'