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