From e67c75414ea09eef0784c3def1c89d772efcc0a0 Mon Sep 17 00:00:00 2001 From: skydoves Date: Wed, 12 May 2021 23:05:31 +0900 Subject: [PATCH] Release a new stable 1.0.7 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2db45e0..9fc41ea 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ allprojects { And add a dependency code to your **module**'s `build.gradle` file. ```gradle dependencies { - implementation "com.github.skydoves:expandablelayout:1.0.6" + implementation "com.github.skydoves:expandablelayout:1.0.7" } ``` diff --git a/gradle.properties b/gradle.properties index ddea280..117adf4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 GROUP=com.github.skydoves POM_PACKAGING=aar -VERSION_NAME=1.0.7-SNAPSHOT +VERSION_NAME=1.0.8-SNAPSHOT POM_ARTIFACT_ID=expandablelayout POM_NAME=expandablelayout