From bde43fc915ffbbdd633ea60a4b41073a898d303f Mon Sep 17 00:00:00 2001 From: Manuel Fuhr Date: Wed, 6 Oct 2021 19:53:14 +0200 Subject: [PATCH] Add group to toplevel build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c11e773..7e9984f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { repositories { @@ -23,6 +22,7 @@ allprojects { // app: build.gradle (versionCode only) // OsmTrack (version and versionDate) project.version "1.6.2" + group 'org.btools' repositories { mavenCentral()