Skip to content

Commit

Permalink
Updated README with the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
yarolegovich committed Aug 1, 2020
1 parent 863f185 commit a6eb096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is similar to a ViewPager, but you can quickly and painlessly create layout,
## Gradle
Add this into your dependencies block.
```
compile 'com.yarolegovich:discrete-scrollview:1.4.9'
compile 'com.yarolegovich:discrete-scrollview:1.5.0'
```

## Reporting an issue
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {
implementation deps.glide
implementation deps.materialPrefs

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

0 comments on commit a6eb096

Please sign in to comment.