Skip to content

Commit 8179488

Browse files
committed
Fixed readme
1 parent eb8f5e4 commit 8179488

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-StripedProcessButton-green.svg?style=flat )]( https://android-arsenal.com/details/1/7623 )
1+
[![Download](https://api.bintray.com/packages/nikart/maven/StripedProcessButton/images/download.svg) ](https://bintray.com/nikart/maven/StripedProcessButton/_latestVersion) [![](https://jitpack.io/v/nikartm/StripedProcessButton.svg)](https://jitpack.io/#nikartm/StripedProcessButton) [![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-StripedProcessButton-green.svg?style=flat )]( https://android-arsenal.com/details/1/7623 )
22

33
# StripedProcessButton
44
Library for creating process loading button with stripes
@@ -11,19 +11,15 @@ buildscript {
1111
}
1212
}
1313
```
14-
Download via Gradle:
14+
Download:
1515
```
1616
implementation 'com.github.nikartm:process-button:1.0.1'
1717
```
18-
or Maven:
18+
AndroidX support:
1919
```
20-
<dependency>
21-
<groupId>com.github.nikartm</groupId>
22-
<artifactId>process-button</artifactId>
23-
<version>1.0.1</version>
24-
<type>pom</type>
25-
</dependency>
20+
implementation 'com.github.nikartm:process-button:2.0.0'
2621
```
22+
2723
## Screenshots
2824
![screenshots](https://raw.githubusercontent.com/nikartm/StripedProcessButton/master/screenshots/sct_ex.gif)
2925
## How to use?

0 commit comments

Comments
 (0)