mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-03-29 19:59:54 +03:00
Update build.gradle.kts
This commit is contained in:
parent
58d16cb3de
commit
667d6b6109
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ buildscript {
|
|||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven("https://maven.kr328.app/releases")
|
||||
maven("https://raw.githubusercontent.com/MetaCubeX/maven-backup/main/releases")
|
||||
}
|
||||
dependencies {
|
||||
classpath(libs.build.android)
|
||||
|
@ -24,7 +24,7 @@ subprojects {
|
|||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven("https://maven.kr328.app/releases")
|
||||
maven("https://raw.githubusercontent.com/MetaCubeX/maven-backup/main/releases")
|
||||
}
|
||||
|
||||
val isApp = name == "app"
|
||||
|
|
Loading…
Add table
Reference in a new issue