Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
settings.gradle 415 Bytes
Copy Edit Raw Blame History
mjsoftware authored 2022-05-10 15:28 . 升级IDE版本
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
//jitpack 仓库
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "TestRecord"
include ':app'
include ':Screen'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化