Skip to content

Commit 6134f1f

Browse files
author
Bhargav Mogra
committed
Fix the dependency link
1 parent 725cb0c commit 6134f1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ allprojects {
2525
}
2626
```
2727
Next add to your module level (app) `build.gradle`'s dependencies block like this
28+
> Check the releases section to get the version name for the latest release (i.e the name to replace X.X.X with)
29+
2830
```
2931
dependencies {
30-
compile 'com.github.bhargavms:PodSLider:X.X.X'
32+
compile 'com.github.bhargavms:DotLoader:X.X.X'
3133
}
3234
```
3335

0 commit comments

Comments
 (0)