Skip to content

Commit d227aea

Browse files
author
Moks
authored
Update README.md
1 parent 46ae8ce commit d227aea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# GuideHelper
22

33
快速准确实现安卓引导页元素定位布局
4+
5+
<pre>
6+
allprojects {
7+
repositories {
8+
...
9+
maven { url 'https://www.jitpack.io' }
10+
}
11+
}
12+
13+
dependencies {
14+
implementation 'com.github.oxsource:GuideHelper:v1.1.0'
15+
}
16+
</pre>

0 commit comments

Comments
 (0)