Skip to content

Commit

Permalink
Merge branch 'workaround-jitpack'
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Oct 21, 2022
2 parents 789bfd7 + 6ec671d commit d401414
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://jitpack.io" }
google()

}
Expand Down Expand Up @@ -34,8 +34,9 @@ allprojects {

repositories {
mavenLocal()
maven { url "https://jitpack.io" }
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://jitpack.io" }
google()
maven {
url 'https://api.mapbox.com/downloads/v2/releases/maven'
Expand Down

0 comments on commit d401414

Please sign in to comment.