From 13c44952879df48d18183f0cec36f0e330d87308 Mon Sep 17 00:00:00 2001 From: "A.Akira" Date: Wed, 9 Dec 2015 01:53:40 +0900 Subject: [PATCH] Update v1.4.1 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 727ca06..2bca764 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ buildscript { } dependencies { - compile 'com.github.aakira:expandable-layout:1.4.0@aar' + compile 'com.github.aakira:expandable-layout:1.4.1@aar' } ``` diff --git a/gradle.properties b/gradle.properties index 57e0c46..65eb985 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=5 -VERSION_NAME=1.4.0 +VERSION_CODE=6 +VERSION_NAME=1.4.1 SUPPORT_APP_COMPAT_VERSION=23.0.1