We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abca133 commit b2adb5bCopy full SHA for b2adb5b
1 file changed
build.gradle
@@ -19,6 +19,9 @@ allprojects {
19
repositories {
20
google()
21
mavenCentral()
22
+ maven {
23
+ url 'https://api.mapbox.com/downloads/v2/releases/maven'
24
+ }
25
}
26
27
0 commit comments