summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-03 15:40:55 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-03 15:40:55 +0000
commit77914b27cf83fb8f6140542ae1d41728aa531603 (patch)
treeee0be9a12692eae307a73477bfccd717b9d589d8 /build.gradle
parent4b11d2dc78912104c2696123b2bd466d41465d4e (diff)
parent91f28f1639b6b2e382f68fbd651cd24b8255d3a6 (diff)
Merge branch '1167-maplibre' into 'main'
1167: replace Mapbox with maplibre 10.0.2 See merge request e/os/advanced-privacy!127
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle13
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' }