Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
update readme

update readme
  • Loading branch information
lsjwzh committed Oct 31, 2015
1 parent 0e8154a commit 170ae71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MaterialLoadingProgressBar provide a styled ProgressBar which looks like Swip
### how to import?
add this into gradle

compile('com.lsjwzh:materialloadingprogressbar:0.5.6-RELEASE')
compile('com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE')


### xml:
Expand Down Expand Up @@ -58,7 +58,8 @@ or set it by java code
```

### release notes:
0.5.5: fix bugs
0.5.7: fix bugs
0.5.6: fix bugs
0.5.5: fix bug: android:visibility XML attribute does not work #6

0.5.4: fix bug: attr progress_color invalid;Restarting Progress bar does not animate #5
Expand Down
2 changes: 1 addition & 1 deletion materialloadingprogressbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 9
targetSdkVersion 21
versionCode 12
versionName "0.5.6"
versionName "0.5.8"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions materialloadingprogressbar/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ POM_PACKAGING=aar

#RELEASE_REPOSITORY_URL=http://nexus.mofun.so:8081/nexus/content/repositories/releases/

VERSION_NAME=0.5.4-RELEASE
VERSION_CODE=9
VERSION_NAME=0.5.8-RELEASE
VERSION_CODE=16
GROUP=com.lsjwzh

POM_DESCRIPTION=MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)
Expand Down

0 comments on commit 170ae71

Please sign in to comment.