From 84001f59f695bcf5224b89d28624fed33f4ea3ea Mon Sep 17 00:00:00 2001 From: daimajia Date: Mon, 20 Apr 2015 11:13:36 +0800 Subject: [PATCH] v1.2.0 --- README.md | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01124a0c..4cf4a10a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ When I start to make this library, I set some goals: dependencies { compile 'com.android.support:recyclerview-v7:21.0.0' compile 'com.android.support:support-v4:20.+' - compile "com.daimajia.swipelayout:library:1.1.9@aar" + compile "com.daimajia.swipelayout:library:1.2.0@aar" } ``` @@ -60,7 +60,7 @@ dependencies { com.daimajia.swipelayout library - 1.1.9 + 1.2.0 apklib ``` diff --git a/gradle.properties b/gradle.properties index 17eac851..efb99e76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,8 +18,8 @@ # org.gradle.parallel=true -VERSION_NAME=1.1.8 -VERSION_CODE=20 +VERSION_NAME=1.2.0 +VERSION_CODE=22 GROUP=com.daimajia.swipelayout ANDROID_BUILD_MIN_SDK_VERSION=8