From 6323b4c7c8f4645ee629db5bf34cb7147ecc3eac Mon Sep 17 00:00:00 2001 From: ikeda_yoshihito Date: Thu, 30 Jun 2016 19:48:27 +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 9bc1323..1628cd7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ repositories { } dependencies { - compile 'com.yqritc:recyclerview-flexibledivider:1.2.9' + compile 'com.yqritc:recyclerview-flexibledivider:1.3.0' } ``` diff --git a/gradle.properties b/gradle.properties index b3473e2..22eba82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.2.9 -VERSION_CODE=13 +VERSION_NAME=1.3.0 +VERSION_CODE=14 GROUP=com.yqritc ARTIFACT_ID=recyclerview-flexibledivider diff --git a/sample/build.gradle b/sample/build.gradle index 00060d6..684207e 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile project(':library') -// compile 'com.yqritc:recyclerview-flexibledivider:1.2.9' +// compile 'com.yqritc:recyclerview-flexibledivider:1.3.0' compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:recyclerview-v7:23.4.0' }