diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-08-28 21:24:42 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-08-28 21:24:42 +0200 |
commit | c1060dc1fea516e71b139eff157ad43f9ebb224e (patch) | |
tree | 5cd4634bd0cbebe99cc30f2887bf92faffdd2608 | |
parent | 71f42308acac91943f7e5ea5184b04b68aea4c09 (diff) |
update build.gradle
-rw-r--r-- | build.gradle | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 7f4d6c59a..aa6c0a122 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,17 @@ buildscript { apply plugin: 'com.android.application' +allprojects { + repositories { + google() + jcenter() + mavenCentral() + maven { + url "https://jitpack.io" + } + } +} + repositories { google() jcenter() |