Android仓库

安卓仓库连接超时解决方法

buildscript {
    repositories {
        mavenCentral()
        maven {url 'https://maven.aliyun.com/repository/public'} //jcenter
        maven {url 'https://maven.aliyun.com/repository/google'} //google
    }
 
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.0'
    }
}

参考:https://blog.csdn.net/w13576267399/article/details/82019359

参考:https://developer.aliyun.com/mvn/guide

posted @ 2021-08-25 14:18  何文西  阅读(118)  评论(0编辑  收藏  举报