From a2dd1b224f00552b211015c3df1bf55cc1f53b71 Mon Sep 17 00:00:00 2001 From: "A.Akira" Date: Fri, 2 Oct 2015 16:08:51 +0900 Subject: [PATCH] Update v1.2.0 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c42faf..40cb673 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ buildscript { } dependencies { - compile 'com.github.aakira:expandable-layout:1.1.0@aar' + compile 'com.github.aakira:expandable-layout:1.2.0@aar' } ``` diff --git a/gradle.properties b/gradle.properties index a8d08ac..a30faa4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ COMPILE_SDK_VERSION=23 BUILD_TOOLS_VERSION=22.0.1 MIN_SDK_VERSION=11 TARGET_SDK_VERSION=23 -VERSION_CODE=2 -VERSION_NAME=1.1.0 +VERSION_CODE=3 +VERSION_NAME=1.2.0 SUPPORT_APP_COMPAT_VERSION=23.0.1