From b73ea772bc11fcd24a80844d30e095b204c29dfa Mon Sep 17 00:00:00 2001 From: daimajia Date: Tue, 26 Aug 2014 15:01:15 +0800 Subject: [PATCH] v1.0.2 --- README.md | 6 +++--- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 140cdee..af5baf3 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.1@aar" + compile "com.daimajia.swipelayout:library:1.0.2@aar" } ``` @@ -42,14 +42,14 @@ dependencies { com.daimajia.swipelayout library - 1.0.1 + 1.0.2 apklib ``` #### Eclipse -[AndroidSwipeLayout-v1.0.1.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.1/AndroidSwipeLayout-v1.0.1.jar) +[AndroidSwipeLayout-v1.0.2.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.1/AndroidSwipeLayout-v1.0.2.jar) ### Step 2 diff --git a/gradle.properties b/gradle.properties index 00913ed..4628ee7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,8 +18,8 @@ # org.gradle.parallel=true -VERSION_NAME=1.0.1 -VERSION_CODE=2 +VERSION_NAME=1.0.2 +VERSION_CODE=3 GROUP=com.daimajia.swipelayout POM_DESCRIPTION=Android Swipe Layout