File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ Add repositories in your project `build.gradle.kts`.
113
113
repositories {
114
114
google()
115
115
mavenCentral()
116
- // Must be added when used as an Xposed Module, otherwise optional
117
- maven { url (" https://api.xposed.info/" ) }
116
+ // Must be added when used as an Xposed Module, otherwise optional
117
+ maven(" https://api.xposed.info/" )
118
118
}
119
119
```
120
120
@@ -185,7 +185,7 @@ repositories {
185
185
google()
186
186
mavenCentral()
187
187
// Must be added when used as an Xposed Module, otherwise optional
188
- maven { url (" https://api.xposed.info/" ) }
188
+ maven(" https://api.xposed.info/" )
189
189
}
190
190
```
191
191
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ repositories {
114
114
google()
115
115
mavenCentral()
116
116
// 作为 Xposed 模块使用务必添加,其它情况可选
117
- maven { url (" https://api.xposed.info/" ) }
117
+ maven(" https://api.xposed.info/" )
118
118
}
119
119
```
120
120
@@ -185,7 +185,7 @@ repositories {
185
185
google()
186
186
mavenCentral()
187
187
// 作为 Xposed 模块使用务必添加,其它情况可选
188
- maven { url (" https://api.xposed.info/" ) }
188
+ maven(" https://api.xposed.info/" )
189
189
}
190
190
```
191
191
You can’t perform that action at this time.
0 commit comments