aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-06-16 23:45:08 +0200
committerChristian Schneppe <christian@pix-art.de>2018-06-16 23:45:08 +0200
commit38e4fa98172cb11f8234972dbb27dc41543800ec (patch)
treef09d523a4c4388bc016b6dc799fbbbd7cff621ec /build.gradle
parent0f999fdafdf1539baceed0266cf8208376a22f34 (diff)
put google() before jcenter() in gradle
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index ef486a8bd..14f80512a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,12 +13,10 @@ buildscript {
apply plugin: 'com.android.application'
repositories {
+ google()
jcenter()
mavenCentral()
maven {
- url 'https://maven.google.com'
- }
- maven {
url "https://jitpack.io"
}
maven {