From d654bff27600aac032ac318d76b002629510d2cf Mon Sep 17 00:00:00 2001 From: ikeda_yoshihito Date: Fri, 1 Jul 2016 19:33:11 +0900 Subject: [PATCH] Updated version and ReadMe --- README.md | 2 +- gradle.properties | 4 ++-- sample/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1628cd7..a560904 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ repositories { } dependencies { - compile 'com.yqritc:recyclerview-flexibledivider:1.3.0' + compile 'com.yqritc:recyclerview-flexibledivider:1.4.0' } ``` diff --git a/gradle.properties b/gradle.properties index 22eba82..048bda4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.3.0 -VERSION_CODE=14 +VERSION_NAME=1.4.0 +VERSION_CODE=15 GROUP=com.yqritc ARTIFACT_ID=recyclerview-flexibledivider diff --git a/sample/build.gradle b/sample/build.gradle index 684207e..3fe6074 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile project(':library') -// compile 'com.yqritc:recyclerview-flexibledivider:1.3.0' +// compile 'com.yqritc:recyclerview-flexibledivider:1.4.0' compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:recyclerview-v7:23.4.0' }