We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5758b73 commit bb7e176Copy full SHA for bb7e176
1 file changed
android/build.gradle
@@ -23,6 +23,13 @@ rootProject.allprojects {
23
}
24
maven {
25
url 'https://api.mapbox.com/downloads/v2/snapshots/maven'
26
+ authentication {
27
+ basic(BasicAuthentication)
28
+ }
29
+ credentials {
30
+ username = "mapbox"
31
+ password = System.getenv("SDK_REGISTRY_TOKEN") ?: project.property("SDK_REGISTRY_TOKEN") as String
32
33
34
35
0 commit comments