美文网首页
Android repositories 加载过慢

Android repositories 加载过慢

作者: Mocaris | 来源:发表于2018-11-23 19:13 被阅读97次

    repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }
    maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
    maven { url 'http://maven.oschina.net/content/groups/public/' }
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
    maven { url "http://maven.springframework.org/release" }
    maven { url "http://maven.restlet.org" }
    maven { url "http://mirrors.ibiblio.org/maven2" }
    maven {
    url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
    }
    maven { url 'https://maven.fabric.io/public' }
    jcenter()
    google()
    jcenter { url "http://jcenter.bintray.com/" }
    }
    选择合适的用,不要一次性全部丢进去

    相关文章

      网友评论

          本文标题:Android repositories 加载过慢

          本文链接:https://www.haomeiwen.com/subject/gklsqqtx.html