Skip to content

Commit b2adb5b

Browse files
committed
Bring back mapbox maven repo for deps
1 parent abca133 commit b2adb5b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ allprojects {
1919
repositories {
2020
google()
2121
mavenCentral()
22+
maven {
23+
url 'https://api.mapbox.com/downloads/v2/releases/maven'
24+
}
2225
}
2326
}
2427

0 commit comments

Comments
 (0)