Skip to content

Commit

Permalink
cleanup build.gradle
Browse files Browse the repository at this point in the history
After update of the locus integration we do not need some entries anymore.
  • Loading branch information
bekuno committed Feb 28, 2023
1 parent 8c2d9ea commit 3a07626
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ allprojects {
repositories {
maven { url "https://jitpack.io" }
mavenCentral()
// jcenter only for old locus-api-android
jcenter()
google()
}
}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a07626

Please sign in to comment.