Gradle配置下载文件

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
}
}

allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

猜你喜欢

转载自www.cnblogs.com/coolyylu/p/12615327.html