diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-02 07:44:38 +0200 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-02 19:48:23 +0200 |
commit | 91f28f1639b6b2e382f68fbd651cd24b8255d3a6 (patch) | |
tree | 288b9de73308753fc542b134ef574c58766a629c /build.gradle | |
parent | a0ee04ea9dbc0802c828afdf660eb37dc6fa350f (diff) |
1167: replace Mapbox with maplibre 10.0.2
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' } |