Skip to content

Commit 067ebf2

Browse files
Update README.md
1 parent 259c051 commit 067ebf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -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:v3.0.19'
27+
implementation 'com.github.TutorialsAndroid:progressx:v4.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.developer.ProgressWheel
35+
<com.developer.progressx.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.developer.ProgressWheel
79+
<com.developer.progressx.ProgressWheel
8080
android:id="@+id/progress_wheel"
8181
android:layout_width="match_parent"
8282
android:layout_height="match_parent"

0 commit comments

Comments
 (0)