Skip to content

Commit 3911b2b

Browse files
updated library version
2 parents e236aa7 + b3d3eda commit 3911b2b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
# ProgressX ![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat) [![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/progressx/badge.svg?targetFile=library%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/progressx?targetFile=library%2Fbuild.gradle)
1+
# ProgressX ![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat) [![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/progressx/badge.svg?targetFile=library%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/progressx?targetFile=library%2Fbuild.gradle) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ProgressX-orange.svg?style=flat-square)](https://android-arsenal.com/details/1/7589) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
22

33
A material style progress wheel that you can integrate into your app
44

55
**Library available at JitPack.io**
66

77
[![](https://jitpack.io/v/TutorialsAndroid/progressx.svg)](https://jitpack.io/#TutorialsAndroid/progressx)
88

9-
## Important
10-
11-
**Note this library was made in the making for `Kinda` app this library was copied from `materialish-progress` repository on github we made this library because we want to use own library on `Kinda` app.So this library is in development we will monthly
12-
update this library with some changes.**
13-
149
**Sample Screen**
1510

1611
![](https://github.com/TutorialsAndroid/progressx/blob/master/art/device-2019-03-23-154713.png)
@@ -29,7 +24,7 @@ Add it in your root build.gradle at the end of repositories:
2924
Step 2. Add the dependency
3025

3126
dependencies {
32-
implementation 'com.github.TutorialsAndroid:progressx:v1.0'
27+
implementation 'com.github.TutorialsAndroid:progressx:v2.0'
3328
}
3429

3530
## Usage

0 commit comments

Comments
 (0)