From 33834d46367fcba42461001165a5934b2012883e Mon Sep 17 00:00:00 2001 From: "mikhael.lopez" Date: Mon, 29 Aug 2022 14:27:28 +0200 Subject: [PATCH] [SUPPORT] Publish v2.1.1 to MavenCentral --- README.md | 2 +- dependencies.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc1851b..3252db5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ USAGE Add RxAnimation library under **Rx3** with Gradle: ```groovy -implementation 'com.mikhaellopez:rxanimation:2.1.0' +implementation 'com.mikhaellopez:rxanimation:2.1.1' ``` :warning: If you use **Rx2** you need to implement the following version (just on jcenter): diff --git a/dependencies.gradle b/dependencies.gradle index 29e903a..0569850 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -7,8 +7,8 @@ allprojects { ext { // LIBRARY VERSION - androidVersionCode = 10 - androidVersionName = '2.1.0' + androidVersionCode = 11 + androidVersionName = '2.1.1' // LIBRARY INFORMATION libraryGroupId = 'com.mikhaellopez'