項目build.gradle文件
allprojects {
repositories {
google()//google()在上 jcenter()在下
jcenter()
maven { url "https://jitpack.io" }
}
}
項目build.gradle文件
allprojects {
repositories {
google()//google()在上 jcenter()在下
jcenter()
maven { url "https://jitpack.io" }
}
}