Skip to content

Commit 254435e

Browse files
committed
更新说明
1 parent a052021 commit 254435e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
在当前项目等根目录下的 `build.gradle` 文件中添加如下内容:
5757

5858
``` gradle
59-
allprojects {
60-
repositories {
61-
...
62-
maven { url "https://jitpack.io" }
63-
}
64-
}
59+
allprojects {
60+
repositories {
61+
...
62+
maven { url "https://jitpack.io" }
63+
}
64+
}
6565
```
6666

6767
**Step 2. 添加项目依赖**
6868

6969
``` gradle
70-
dependencies {
71-
compile 'com.github.GcsSloop:ViewSupport:v1.3.0'
72-
}
70+
dependencies {
71+
compile 'com.github.GcsSloop:ViewSupport:v1.3.0'
72+
}
7373
```
7474

7575
## About Me

0 commit comments

Comments
 (0)