From 024b13a8179d6664937848fd98b5a5f83a05e6f8 Mon Sep 17 00:00:00 2001 From: "A.Akira" Date: Mon, 5 Oct 2015 21:20:25 +0900 Subject: [PATCH] Update v1.3.0 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40cb673..56a8fb2 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ buildscript { } dependencies { - compile 'com.github.aakira:expandable-layout:1.2.0@aar' + compile 'com.github.aakira:expandable-layout:1.3.0@aar' } ``` diff --git a/gradle.properties b/gradle.properties index a30faa4..55d8708 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=3 -VERSION_NAME=1.2.0 +VERSION_CODE=4 +VERSION_NAME=1.3.0 SUPPORT_APP_COMPAT_VERSION=23.0.1