We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ed77f commit 0761ac1Copy full SHA for 0761ac1
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
---
3
4
+## Version 1.1.0
5
+
6
+_2018-08-07_
7
8
+- Add `foot_over_head` for support close MagicProgressCircle foot above head
9
10
## Version 1.0.9
11
12
_2016-04-21_
README.md
@@ -14,7 +14,7 @@
14
`build.gradle`中配置:
15
16
```
17
-compile 'com.liulishuo.magicprogresswidget:library:1.0.9'
+implementation 'com.liulishuo.magicprogresswidget:library:1.1.0'
18
19
20
> 建议参考github中的demo
gradle.properties
@@ -1,6 +1,6 @@
GROUP=com.liulishuo.magicprogresswidget
-VERSION_NAME=1.0.9
+VERSION_NAME=1.1.0
BUILD_TOOLS_VERSION=27.0.3
COMPILE_SDK_VERSION=27
0 commit comments