Skip to content

Commit d3e6858

Browse files
committed
Published 1.4.9
1 parent 4ce5fec commit d3e6858

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.8'
11+
compile 'com.yarolegovich:discrete-scrollview:1.4.9'
1212
```
1313

1414
## Reporting an issue

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
groupId = 'com.yarolegovich'
2727
uploadName = 'DiscreteScrollView'
2828
description = 'A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.'
29-
publishVersion = '1.4.8'
29+
publishVersion = '1.4.9'
3030
licences = ['Apache-2.0']
3131

3232
compileSdkVersion = 27

0 commit comments

Comments
 (0)