Skip to content

Commit 8d64898

Browse files
committed
Update to v0.3.2
1 parent 69abcf9 commit 8d64898

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Include the library as a local library project or add the dependency in your bui
2121

2222
```groovy
2323
dependencies {
24-
compile 'me.itangqi.waveloadingview:library:0.3.1'
25-
// I have uploaded v0.3.1 on 2016-07-23, if it doesn't take effect or your
26-
// gradle cannot find it in maven central, you may try v0.3.0.
24+
compile 'me.itangqi.waveloadingview:library:0.3.2'
25+
// I have uploaded v0.3.2 on 2016-07-30, if it doesn't take effect or your
26+
// gradle cannot find it in maven central, you may try v0.3.1.
2727
}
2828
```
2929
Or
@@ -88,6 +88,7 @@ Please feel free to :)
8888
| wlv_round_rectangle | boolean | Is round rectangle, default is false
8989
| wlv_round_rectangle_x_and_y | integer | Round Rectangle corners, default is 30
9090
| wlv_waveColor | color | Wave color
91+
| wlv_wave_background_Color | color | Wave background color
9192
| wlv_waveAmplitude | float | Wave amplitude
9293
| wlv_titleTop | string | Top title content, default is null
9394
| wlv_titleCenter | string | Center title content, default is null
@@ -111,6 +112,13 @@ Please feel free to :)
111112

112113
## Change Log
113114

115+
116+
### 0.3.1(2016-07-29)
117+
118+
#### Update:
119+
120+
- Support change the background of waveview [#18](https://github.com/tangqi92/WaveLoadingView/issues/18). [by GreatGarlic](https://github.com/GreatGarlic)
121+
114122
### 0.3.1(2016-07-23)
115123

116124
#### Update:

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
// This is the library version used when deploying the artifact.
6-
version = "0.3.1"
6+
version = "0.3.2"
77

88
android {
99
compileSdkVersion 23

0 commit comments

Comments
 (0)