改成国内镜像
Some checks failed
Eta Build / 构建 Debug APK (push) Has been cancelled

This commit is contained in:
DelLevin-Home
2026-08-18 21:50:33 +08:00
parent 5d41b7e922
commit 83aa139ea7
3 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
repositories {
google()
mavenCentral()
maven(url = "https://maven.aliyun.com/repository/google")
maven(url = "https://maven.aliyun.com/repository/public")
}
dependencies {
// AGP 9 内置 KGP 2.2.10,但 miuix 0.9.3 与 Compose Multiplatform 1.11.1 需要 Kotlin 2.4.0