summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-03-08 13:37:23 +0300
committerAndrew Dolgov <[email protected]>2018-03-08 13:37:23 +0300
commitd214c98c09f59cd3353c564e705700f56bc393e8 (patch)
tree892afead912e3ffbac3d7ed7b63be1f9691f8258 /build.gradle
parent5d00fcf9076c2adce2a7ef6b2cef291bf36c8820 (diff)
commonactivity: use icepick/bridge
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 441d42e0..14bb3455 100755
--- a/build.gradle
+++ b/build.gradle
@@ -13,6 +13,8 @@ allprojects {
repositories {
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()
}