Add group to toplevel build.gradle

This commit is contained in:
Manuel Fuhr 2021-10-06 19:53:14 +02:00
parent 300a6fa49a
commit bde43fc915

View file

@ -1,6 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
repositories { repositories {
@ -23,6 +22,7 @@ allprojects {
// app: build.gradle (versionCode only) // app: build.gradle (versionCode only)
// OsmTrack (version and versionDate) // OsmTrack (version and versionDate)
project.version "1.6.2" project.version "1.6.2"
group 'org.btools'
repositories { repositories {
mavenCentral() mavenCentral()