From cc54a897fbcd8256daf8d227a0658d38848876f0 Mon Sep 17 00:00:00 2001 From: skydoves Date: Sun, 19 Dec 2021 21:05:53 +0900 Subject: [PATCH] Update README to 1.4.1 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e53a73b..52b514c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Balloon


-:balloon: A lightweight popup like tooltips, fully customizable with arrow and animations. +:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations on Android.


@@ -36,7 +36,7 @@ allprojects { And add a dependency code to your **module**'s `build.gradle` file. ```gradle dependencies { - implementation "com.github.skydoves:balloon:1.4.0" + implementation "com.github.skydoves:balloon:1.4.1" } ``` ## SNAPSHOT diff --git a/gradle.properties b/gradle.properties index d3d73cc4..a76f7fd7 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.4.1-SNAPSHOT +VERSION_NAME=1.4.1 POM_ARTIFACT_ID=balloon POM_NAME=balloon