From 5a215337455040a9458069a938b7c8b8b32e8473 Mon Sep 17 00:00:00 2001 From: daimajia Date: Sat, 30 Aug 2014 09:58:01 +0800 Subject: [PATCH] v1.0.4 --- README.md | 4 ++-- gradle.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index caf9546..7bc11da 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ When I start to make this library, I set some goals: ```groovy dependencies { - compile "com.daimajia.swipelayout:library:1.0.3@aar" + compile "com.daimajia.swipelayout:library:1.0.4@aar" } ``` @@ -42,7 +42,7 @@ dependencies { com.daimajia.swipelayout library - 1.0.3 + 1.0.4 apklib ``` diff --git a/gradle.properties b/gradle.properties index 6940ddc..902f4a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,9 +18,9 @@ # org.gradle.parallel=true -VERSION_NAME=1.0.2 -VERSION_CODE=3 -GROUP=com.daimajia.swipe +VERSION_NAME=1.0.4 +VERSION_CODE=4 +GROUP=com.daimajia.swipelayout ANDROID_BUILD_MIN_SDK_VERSION=14 ANDROID_BUILD_TARGET_SDK_VERSION=20