diff --git a/README.md b/README.md index 99e21f0..6012fd6 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.6@aar" + compile "com.daimajia.swipelayout:library:1.0.7@aar" } ``` @@ -42,7 +42,7 @@ dependencies { com.daimajia.swipelayout library - 1.0.6 + 1.0.7 apklib ``` diff --git a/gradle.properties b/gradle.properties index 11e1ef3..17733ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,8 +18,8 @@ # org.gradle.parallel=true -VERSION_NAME=1.0.5 -VERSION_CODE=6 +VERSION_NAME=1.0.7 +VERSION_CODE=8 GROUP=com.daimajia.swipelayout ANDROID_BUILD_MIN_SDK_VERSION=14