From 91f28f1639b6b2e382f68fbd651cd24b8255d3a6 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Tue, 2 May 2023 07:44:38 +0200 Subject: 1167: replace Mapbox with maplibre 10.0.2 --- build.gradle | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'build.gradle') 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' } -- cgit v1.2.1