From b54a9c1bae50fcb0a9c8e037b790f9b3865eda42 Mon Sep 17 00:00:00 2001 From: ruben Date: Tue, 5 Dec 2017 19:06:52 +0000 Subject: [PATCH] Bump to 1.4 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 593ea8b..bee312e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you need snapping support to start, top, end or bottom, use GravitySnapHelper Add this to your build.gradle: ```groovy -implementation 'com.github.rubensousa:gravitysnaphelper:1.3' +implementation 'com.github.rubensousa:gravitysnaphelper:1.4' ``` Otherwise, center snapping is done with LinearSnapHelper (part of the recyclerview-v7 package). diff --git a/gradle.properties b/gradle.properties index e7f58f5..cee1456 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true GROUP=com.github.rubensousa -VERSION_NAME=1.3 +VERSION_NAME=1.4 POM_ARTIFACT_ID=gravitysnaphelper POM_NAME=GravitySnapHelper