From 52c8bef32a1352454fe40afe61bb4dd85a006284 Mon Sep 17 00:00:00 2001 From: skydoves Date: Sun, 30 May 2021 00:59:52 +0900 Subject: [PATCH] Release a new stable 1.0.9 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92bdbf4..3c1c272 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ allprojects { And add a dependency code to your **module**'s `build.gradle` file. ```gradle dependencies { - implementation "com.github.skydoves:transformationlayout:1.0.8" + implementation "com.github.skydoves:transformationlayout:1.0.9" } ``` diff --git a/gradle.properties b/gradle.properties index c55be84..c2a1ad4 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.9-SNAPSHOT +VERSION_NAME=1.0.9 POM_ARTIFACT_ID=transformationlayout POM_NAME=transformationlayout