feat: update readme

This commit is contained in:
2025-05-03 22:14:34 +08:00
parent e3d1fb8085
commit 4e68580a4a

View File

@@ -11,6 +11,9 @@ repositories {
maven() { url 'https://maven.aliyun.com/repository/central' }
mavenCentral()
jcenter()
if (addRepo.exists()) {
maven() { url addRepo.text.trim() }
}
}
dependencies {