document.write("");

settings.gradle 设定仓库地址 pluginManagement

pluginManagement {
    repositories {
        maven { url "https://maven.aliyun.com/repository/public" }
        mavenLocal()
    }
}
include ':app'
rootProject.name='xxxx'

 

posted @ 2022-09-22 10:57  人间春风意  阅读(262)  评论(0)    收藏  举报