From 569219da4bfd1ab2b3e05fa354a4d85e24368084 Mon Sep 17 00:00:00 2001 From: Fung Date: Mon, 24 Jul 2017 12:09:02 +0800 Subject: [PATCH] Bump to 0.1.1 Signed-off-by: Fung --- gradle.properties | 4 ++-- library/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index ada027a..8827a14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ BUILD_TOOLS_VERSION=26.0.0 org.gradle.jvmargs=-Xmx1536m -VERSION_NAME=0.1.0 +VERSION_NAME=0.1.1 TARGET_SDK_VERSION=26 -VERSION_CODE=1 +VERSION_CODE=2 MIN_SDK_VERSION=19 \ No newline at end of file diff --git a/library/build.gradle b/library/build.gradle index f992e60..9e93034 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,5 +20,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:26.0.0-beta2' - compile 'com.android.support:recyclerview-v7:25.3.1' + compile 'com.android.support:recyclerview-v7:26.0.0-beta2' }