Skip to content

Commit 63bb1cd

Browse files
committed
upgrade version name(1.0.7->1.0.8) code(7->8)
1 parent f34a2d7 commit 63bb1cd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
---
33

4+
## Version 1.0.8
5+
6+
- `MagicProgressBar``MagicProgressCircle`添加Smooth-Progress功能: `setSmoothPercent(percent:float):void`
7+
48
## Version 1.0.7
59

610
- 修复`MagicProgressBar`在进度操作左侧的左半球时,在进度条下面多画了左侧球体的右半球部分

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
`build.gradle`中配置:
1515

1616
```
17-
compile 'com.liulishuo.magicprogresswidget:library:1.0.7'
17+
compile 'com.liulishuo.magicprogresswidget:library:1.0.8'
1818
```
1919

2020
> 建议参考github中的demo
@@ -41,6 +41,8 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.7'
4141

4242
#### 1. Magic Progress Circle
4343

44+
> 支持平滑过渡: `setSmoothPercent(percent:float):void`
45+
4446
| 参数 | 含义 | 默认值 |
4547
| :--- | :--- | :--- |
4648
| mpc_percent | 填充的百分比[0, 1] | 0 |
@@ -53,6 +55,8 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.7'
5355

5456
> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
5557
58+
> 支持平滑过渡: `setSmoothPercent(percent:float):void`
59+
5660
| 参数 | 含义 | 默认值 |
5761
| :--- | :--- | :--- |
5862
| mpb_percent | 填充的百分比[0, 1] | 0 |

art/demo.gif

266 KB
Loading

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.7
2-
VERSION_CODE=7
1+
VERSION_NAME=1.0.8
2+
VERSION_CODE=8
33
BUILD_TOOLS_VERSION=23.0.1
44
COMPILE_SDK_VERSION=23
55

0 commit comments

Comments
 (0)