We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b1e1c commit 65c1b7cCopy full SHA for 65c1b7c
README.md
@@ -33,7 +33,28 @@ cpb_endColor :浅灰色,能应付大多数场景。如果对颜色有要求,
33
android:layout_width="200dp"
34
android:layout_height="200dp" />
35
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
57
58
# blog
59
-[自定义圆形进度条](http://blog.csdn.net/hss01248/article/details/52089756)
60
+[自定义圆形进度条](http://blog.csdn.net/hss01248/article/details/52089756)
0 commit comments