summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle15
1 files changed, 1 insertions, 14 deletions
diff --git a/build.gradle b/build.gradle
index a1d397c..f8e44e0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ buildscript {
'version' : [
'major': 1,
'minor': 12,
- 'patch': 0,
+ 'patch': 1,
],
]
@@ -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' }