Skip to content

Commit b76e543

Browse files
authored
Update README.md
1 parent 1b16993 commit b76e543

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# ProgressView <a href="https://github.com/skydoves"><img alt="License" src="https://skydoves.github.io/badges/skydoves.svg"/>
2-
1+
<h1 align="center">ProgressView</h1></br>
32
<p align="center">
43
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
54
<a href="https://android-arsenal.com/api?level=16"><img alt="API" src="https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat"/></a>
6-
<a href="https://travis-ci.org/skydoves/ProgressView"><img alt="API" src="https://travis-ci.org/skydoves/ProgressView.svg?branch=master"/></a>
5+
<a href="https://github.com/skydoves/progressview/actions"><img alt="CI" src="https://github.com/skydoves/ProgressView/workflows/Android%20CI/badge.svg"/></a>
76
<a href="https://androidweekly.net/issues/issue-376"><img alt="Android Weekly" src="https://img.shields.io/badge/Android%20Weekly-%23376-orange"/></a>
7+
<a href="https://github.com/skydoves"><img alt="License" src="https://skydoves.github.io/badges/skydoves.svg"/>
88
<a href="https://skydoves.github.io/libraries/progressview/javadoc/progressview/com.skydoves.progressview/index.html"><img alt="API" src="https://img.shields.io/badge/Javadoc-ProgressView-yellow"/></a>
99
</p>
1010

@@ -32,7 +32,7 @@ allprojects {
3232
And add a dependency code to your **module**'s `build.gradle` file.
3333
```gradle
3434
dependencies {
35-
implementation "com.github.skydoves:progressview:1.0.7"
35+
implementation "com.github.skydoves:progressview:1.0.8"
3636
}
3737
```
3838

0 commit comments

Comments
 (0)