We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a052021 commit 254435eCopy full SHA for 254435e
README.md
@@ -56,20 +56,20 @@
56
在当前项目等根目录下的 `build.gradle` 文件中添加如下内容:
57
58
``` gradle
59
- allprojects {
60
- repositories {
61
- ...
62
- maven { url "https://jitpack.io" }
63
- }
64
+allprojects {
+ repositories {
+ ...
+ maven { url "https://jitpack.io" }
+ }
+}
65
```
66
67
**Step 2. 添加项目依赖**
68
69
70
- dependencies {
71
- compile 'com.github.GcsSloop:ViewSupport:v1.3.0'
72
+dependencies {
+ compile 'com.github.GcsSloop:ViewSupport:v1.3.0'
73
74
75
## About Me
0 commit comments