更新 YukiHookAPI 版本

This commit is contained in:
2022-02-18 03:58:22 +08:00
parent 3e8982aad0
commit 9b6540df65
4 changed files with 30 additions and 25 deletions

View File

@@ -10,7 +10,8 @@ dependencyResolutionManagement {
repositories {
google()
maven { url "https://api.xposed.info/" }
maven { url 'https://www.jitpack.io' }
maven { url "https://www.jitpack.io" }
maven { url "https://s01.oss.sonatype.org/content/repositories/releases" }
mavenCentral()
}
}