解决报错Add google Maven repository and sync project

添加google()支持库
pull/1/head
Re11a 2 years ago
parent b837544b57
commit 103ae9d6a4

@ -0,0 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
}
}
allprojects {
repositories {
google()
jcenter()
}
}
Loading…
Cancel
Save