From 3a07626cb6271864632b38a78e41b001b7bad469 Mon Sep 17 00:00:00 2001 From: bekuno Date: Mon, 27 Feb 2023 23:37:44 +0100 Subject: [PATCH] cleanup build.gradle After update of the locus integration we do not need some entries anymore. --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3477c5f5..38bed785 100644 --- a/build.gradle +++ b/build.gradle @@ -18,8 +18,6 @@ allprojects { repositories { maven { url "https://jitpack.io" } mavenCentral() - // jcenter only for old locus-api-android - jcenter() google() } } @@ -110,7 +108,6 @@ dependencies { implementation 'androidx.preference:preference:1.1.1' // Locus Maps integration - //noinspection GradleDependency implementation 'com.asamm:locus-api-android:0.9.50' // openwig@cgeo