Skip to content

Commit b54a9c1

Browse files
committed
Bump to 1.4
1 parent afd36db commit b54a9c1

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
@@ -11,7 +11,7 @@ If you need snapping support to start, top, end or bottom, use GravitySnapHelper
1111
Add this to your build.gradle:
1212

1313
```groovy
14-
implementation 'com.github.rubensousa:gravitysnaphelper:1.3'
14+
implementation 'com.github.rubensousa:gravitysnaphelper:1.4'
1515
```
1616

1717
Otherwise, center snapping is done with LinearSnapHelper (part of the recyclerview-v7 package).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919
GROUP=com.github.rubensousa
20-
VERSION_NAME=1.3
20+
VERSION_NAME=1.4
2121

2222
POM_ARTIFACT_ID=gravitysnaphelper
2323
POM_NAME=GravitySnapHelper

0 commit comments

Comments
 (0)