Skip to content

Commit 4cc0b65

Browse files
author
lemon
committed
update dependencies description
1 parent 7035c7b commit 4cc0b65

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,27 @@ void onNext()
7979

8080
如果还存在没有显示的引导视图,这个方法会继续显示下一张,否则会关闭弹窗
8181

82+
## 添加依赖
83+
84+
1. 在根目录的build.gradle文件中添加jitpack仓库
85+
86+
```groovy
87+
allprojects {
88+
repositories {
89+
...
90+
maven { url 'https://jitpack.io' }
91+
}
92+
}
93+
```
94+
95+
2. 添加**GuideView**依赖
96+
97+
```groovy
98+
dependencies {
99+
compile 'com.github.easilycoder:GuideView:0.0.1'
100+
}
101+
```
102+
82103
### 使用示例
83104

84105
```kotlin

0 commit comments

Comments
 (0)