summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-09-28 19:33:46 +0300
committerAndrew Dolgov <[email protected]>2018-09-28 19:33:46 +0300
commit65ea5ffcdf3e51fbcc2d749422377b1cf2e5d541 (patch)
tree76719feea3b16134b304ac515fc094e2791838c5 /build.gradle
parent6f01413dab49831783d8e8ad8a124522aebf7b9f (diff)
gradle: put google repo to front
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 82684d02..3bc02651 100755
--- a/build.gradle
+++ b/build.gradle
@@ -11,11 +11,11 @@ buildscript {
allprojects {
repositories {
+ google()
maven { url "http://dl.bintray.com/populov/maven" }
maven { url "http://jzaccone.github.io/SlidingMenu-aar" }
maven { url "https://jitpack.io" }
maven {url "https://clojars.org/repo/"}
jcenter()
- google()
}
}