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`.
113113repositories {
114114 google()
115115 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/" )
118118}
119119```
120120
@@ -185,7 +185,7 @@ repositories {
185185 google()
186186 mavenCentral()
187187 // Must be added when used as an Xposed Module, otherwise optional
188- maven { url (" https://api.xposed.info/" ) }
188+ maven(" https://api.xposed.info/" )
189189}
190190```
191191
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ repositories {
114114 google()
115115 mavenCentral()
116116 // 作为 Xposed 模块使用务必添加,其它情况可选
117- maven { url (" https://api.xposed.info/" ) }
117+ maven(" https://api.xposed.info/" )
118118}
119119```
120120
@@ -185,7 +185,7 @@ repositories {
185185 google()
186186 mavenCentral()
187187 // 作为 Xposed 模块使用务必添加,其它情况可选
188- maven { url (" https://api.xposed.info/" ) }
188+ maven(" https://api.xposed.info/" )
189189}
190190```
191191
You can’t perform that action at this time.
0 commit comments