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 ce1d6aa commit ba88d7eCopy full SHA for ba88d7e
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
---
3
4
+## Version 1.1.1
5
+
6
+_2018-08-08_
7
8
+- Fix the circle close arc become lucency when set percent >=1 directly
9
10
## Version 1.1.0
11
12
_2018-08-07_
README.md
@@ -14,7 +14,7 @@
14
`build.gradle`中配置:
15
16
```
17
-implementation 'com.liulishuo.magicprogresswidget:library:1.1.0'
+implementation 'com.liulishuo.magicprogresswidget:library:1.1.1'
18
19
20
> 建议参考github中的demo
gradle.properties
@@ -1,6 +1,6 @@
GROUP=com.liulishuo.magicprogresswidget
-VERSION_NAME=1.1.0
+VERSION_NAME=1.1.1
BUILD_TOOLS_VERSION=27.0.3
COMPILE_SDK_VERSION=27
TARGET_SDK_VERSION=27
0 commit comments