11![ ] ( https://github.com/TutorialsAndroid/progressx/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png )
22
3- # ProgressX ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.tutorialsandroid/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 )
3+ # ProgressX ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.tutorialsandroid/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 ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
44
55A material style progress wheel that you can integrate into your app
66
7- ** Library available at JitPack.io**
7+ ** Library available at JitPack.io and MavenCentral **
88
99[ ![ ] ( https://jitpack.io/v/TutorialsAndroid/progressx.svg )] ( https://jitpack.io/#TutorialsAndroid/progressx )
1010
@@ -13,7 +13,7 @@ A material style progress wheel that you can integrate into your app
1313
1414## And Don't Forget To Follow Me On Instagram
1515
16- <p align =" center " >Follow me on instagram to stay up-to-date https://instagram.com/a.masram444
16+ <p align =" center " >Follow me on instagram to stay up-to-date https://instagram.com/coderx09
1717
1818
1919** Sample Screen**
@@ -35,7 +35,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
3535Step 2. Add the dependency (Recommend to use maven instead of jitpack)
3636
3737 dependencies {
38- implementation 'com.github.TutorialsAndroid:progressx:v6 .0.19 '
38+ implementation 'com.github.TutorialsAndroid:progressx:v7 .0.1 '
3939 }
4040
4141## Download Maven Central
@@ -52,7 +52,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
5252Step 2. Add the dependency
5353
5454 dependencies {
55- implementation 'io.github.tutorialsandroid:progressx:7.0.0 '
55+ implementation 'io.github.tutorialsandroid:progressx:7.0.1 '
5656 }
5757
5858## Usage
0 commit comments