Skip to content

Commit a6eb096

Browse files
committed
Updated README with the latest version
1 parent 863f185 commit a6eb096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It is similar to a ViewPager, but you can quickly and painlessly create layout,
88
## Gradle
99
Add this into your dependencies block.
1010
```
11-
compile 'com.yarolegovich:discrete-scrollview:1.4.9'
11+
compile 'com.yarolegovich:discrete-scrollview:1.5.0'
1212
```
1313

1414
## Reporting an issue

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dependencies {
2626
implementation deps.glide
2727
implementation deps.materialPrefs
2828

29-
implementation project(':library')
29+
implementation 'com.yarolegovich:discrete-scrollview:1.5.0'
3030
}

0 commit comments

Comments
 (0)