diff --git a/README.md b/README.md index f969b97..b650946 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ buildscript { } dependencies { - compile 'com.github.aakira:expandable-layout:1.4.1@aar' + compile 'com.github.aakira:expandable-layout:1.4.2@aar' } ``` diff --git a/gradle.properties b/gradle.properties index 7248783..bb64e9c 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=6 -VERSION_NAME=1.4.1 +VERSION_CODE=7 +VERSION_NAME=1.4.2 SUPPORT_TEST_VERSION=0.4.1 HAMCREST_VERSION=1.3