Skip to content

Commit 259c051

Browse files
Bug Fixes
2 parents 77604d9 + 68d86bc commit 259c051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
1+
# ProgressX ![API](https://img.shields.io/badge/API-21%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

@@ -24,15 +24,15 @@ Add it in your root build.gradle at the end of repositories:
2424
Step 2. Add the dependency
2525

2626
dependencies {
27-
implementation 'com.github.TutorialsAndroid:progressx:v2.0'
27+
implementation 'com.github.TutorialsAndroid:progressx:v3.0.19'
2828
}
2929

3030
## Usage
3131

3232
You can create your own progress wheel in xml like this (remeber to add ```xmlns:wheel="http://schemas.android.com/apk/res-auto"```):
3333

3434
```xml
35-
<com.kinda.progressx.ProgressWheel
35+
<com.kinda.developer.ProgressWheel
3636
android:id="@+id/progress_wheel"
3737
android:layout_width="80dp"
3838
android:layout_height="80dp"
@@ -76,7 +76,7 @@ You can change other wheel properties such as the progress bar color, the wheel'
7676
In case you want the spinning wheel to fill the whole layout instead of having a fixed size, you can use ```matProg_fillRadius```.
7777

7878
```xml
79-
<com.kinda.progressx.ProgressWheel
79+
<com.kinda.developer.ProgressWheel
8080
android:id="@+id/progress_wheel"
8181
android:layout_width="match_parent"
8282
android:layout_height="match_parent"

0 commit comments

Comments
 (0)