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