build: add maven repository

This commit is contained in:
TongTongStudio
2026-06-06 16:39:34 +08:00
parent 3d855f9121
commit f550ba6c24

View File

@@ -2,6 +2,13 @@ allprojects {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven { setUrl("https://jitpack.io") }
maven { setUrl("https://developer.huawei.com/repo/") }
maven { setUrl("https://developer.hihonor.com/repo") }
maven { setUrl("https://maven.aliyun.com/repository/central") }
maven { setUrl("https://maven.aliyun.com/repository/jcenter") }
maven { setUrl("https://maven.aliyun.com/repository/public") }
maven { setUrl("https://maven.aliyun.com/repository/google") }
} }
} }