mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
docs: update Gradle dependencies syntax (#105)
This commit is contained in:
@@ -113,8 +113,8 @@ Add repositories in your project `build.gradle.kts`.
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
// Must be added when used as an Xposed Module, otherwise optional
|
// Must be added when used as an Xposed Module, otherwise optional
|
||||||
maven { url("https://api.xposed.info/") }
|
maven("https://api.xposed.info/")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -185,7 +185,7 @@ repositories {
|
|||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
// Must be added when used as an Xposed Module, otherwise optional
|
// Must be added when used as an Xposed Module, otherwise optional
|
||||||
maven { url("https://api.xposed.info/") }
|
maven("https://api.xposed.info/")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -114,7 +114,7 @@ repositories {
|
|||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
// 作为 Xposed 模块使用务必添加,其它情况可选
|
// 作为 Xposed 模块使用务必添加,其它情况可选
|
||||||
maven { url("https://api.xposed.info/") }
|
maven("https://api.xposed.info/")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -185,7 +185,7 @@ repositories {
|
|||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
// 作为 Xposed 模块使用务必添加,其它情况可选
|
// 作为 Xposed 模块使用务必添加,其它情况可选
|
||||||
maven { url("https://api.xposed.info/") }
|
maven("https://api.xposed.info/")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user