Skip to content

Commit 65c1b7c

Browse files
authored
Create README.md
1 parent 43b1e1c commit 65c1b7c

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,28 @@ cpb_endColor :浅灰色,能应付大多数场景。如果对颜色有要求,
3333
android:layout_width="200dp"
3434
android:layout_height="200dp" />
3535

36+
# gradle
37+
38+
Step 1. Add the JitPack repository to your build file
39+
40+
Add it in your root build.gradle at the end of repositories:
41+
42+
43+
allprojects {
44+
repositories {
45+
...
46+
maven { url "https://jitpack.io" }
47+
}
48+
}
49+
50+
Step 2. Add the dependency
51+
52+
53+
dependencies {
54+
compile 'com.github.glassLake:SmoothRoundProgressbar:1.0.0'
55+
}
56+
3657

3758
# blog
3859

39-
[自定义圆形进度条](http://blog.csdn.net/hss01248/article/details/52089756)
60+
[自定义圆形进度条](http://blog.csdn.net/hss01248/article/details/52089756)

0 commit comments

Comments
 (0)