flutter 国内源

allprojects {
repositories {
// google()
// mavenCentral()
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
}
}
posted @ 2025-06-14 11:16  CrossPython  阅读(27)  评论(0)    收藏  举报