diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build.gradle b/build.gradle index 9cade0a..715772f 100644 --- a/build.gradle +++ b/build.gradle @@ -74,19 +74,6 @@ allprojects { repositories { google() mavenCentral() - maven { - url 'https://api.mapbox.com/downloads/v2/releases/maven' - authentication { - basic(BasicAuthentication) - } - credentials { - // Do not change the username below. - // This should always be `mapbox` (not your username). - username = 'mapbox' - // Use the secret token you stored in gradle.properties as the password - password = MAPBOX_SECRET_KEY ?: "" - } - } maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" } maven { url 'https://gitlab.e.foundation/api/v4/groups/9/-/packages/maven' } maven { url 'https://jitpack.io' } |