diff options
| -rwxr-xr-x | build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index c0e93db9..bf070ee1 100755 --- a/build.gradle +++ b/build.gradle @@ -13,9 +13,8 @@ allprojects { repositories { google() maven {url "https://clojars.org/repo/"} - maven { url "http://jzaccone.github.io/SlidingMenu-aar" } + maven { url "https://jzaccone.github.io/SlidingMenu-aar" } maven { url "https://jitpack.io" } - maven {url "https://clojars.org/repo/"} jcenter() } } |