Skip to content

Commit 3c76618

Browse files
committed
Update README.markdown
1 parent 2e02de9 commit 3c76618

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.markdown

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,19 @@
1212
[github 直达](https://github.com/zzz40500/android-shapeLoadingView)
1313

1414
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Shape%20Loading%20View-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1897)
15-
15+
###gradle
16+
/build.gradle
17+
~~~
18+
repositories {
19+
maven {
20+
url "https://jitpack.io"
21+
}
22+
}
23+
~~~
24+
/app/build.gradle
25+
~~~
26+
compile 'com.github.zzz40500:android-shapeLoadingView:1.0.3'
27+
~~~
1628
#usage#
1729

1830
布局上

0 commit comments

Comments
 (0)