Skip to content

Commit

Permalink
upgrade version name(1.0.7->1.0.8) code(7->8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Feb 4, 2016
1 parent f34a2d7 commit 63bb1cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
---

## Version 1.0.8

- `MagicProgressBar``MagicProgressCircle`添加Smooth-Progress功能: `setSmoothPercent(percent:float):void`

## Version 1.0.7

- 修复`MagicProgressBar`在进度操作左侧的左半球时,在进度条下面多画了左侧球体的右半球部分
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
`build.gradle`中配置:

```
compile 'com.liulishuo.magicprogresswidget:library:1.0.7'
compile 'com.liulishuo.magicprogresswidget:library:1.0.8'
```

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

#### 1. Magic Progress Circle

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

> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
> 支持平滑过渡: `setSmoothPercent(percent:float):void`
| 参数 | 含义 | 默认值 |
| :--- | :--- | :--- |
| mpb_percent | 填充的百分比[0, 1] | 0 |
Expand Down
Binary file modified art/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.7
VERSION_CODE=7
VERSION_NAME=1.0.8
VERSION_CODE=8
BUILD_TOOLS_VERSION=23.0.1
COMPILE_SDK_VERSION=23

Expand Down

0 comments on commit 63bb1cd

Please sign in to comment.