Commit c7e79b6a authored by kenan's avatar kenan

build.gradle

parent 6fbe2ccd
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
buildscript { buildscript {
repositories { repositories {
maven { url 'https://maven.aliyun.com/repository/jcenter' } jcenter()
maven { url 'https://maven.aliyun.com/repository/google' } google()
// maven { url 'https://maven.aliyun.com/repository/jcenter' }
// maven { url 'https://maven.aliyun.com/repository/google' }
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
} }
dependencies { dependencies {
...@@ -20,8 +22,10 @@ ext { ...@@ -20,8 +22,10 @@ ext {
allprojects { allprojects {
repositories { repositories {
maven { url 'https://maven.aliyun.com/repository/jcenter' } jcenter()
maven { url 'https://maven.aliyun.com/repository/google' } google()
// maven { url 'https://maven.aliyun.com/repository/jcenter' }
// maven { url 'https://maven.aliyun.com/repository/google' }
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
maven { url "https://raw.githubusercontent.com/Pgyer/mvn_repo_pgyer/master" } maven { url "https://raw.githubusercontent.com/Pgyer/mvn_repo_pgyer/master" }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment