From 9d6bcef9c3ab88ed8af0f1037d808f3b29e4995d Mon Sep 17 00:00:00 2001 From: Xlythe Date: Thu, 24 Nov 2022 14:42:31 -0500 Subject: [PATCH] Bump to v2.1.4 --- README.md | 2 +- floating-view/build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ab7ae3..917395a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Where to Download ----------------- ```groovy dependencies { - implementation 'com.xlythe:floating-view:2.1.3' + implementation 'com.xlythe:floating-view:2.1.4' } ``` diff --git a/floating-view/build.gradle b/floating-view/build.gradle index e09a6d4..c52e9d2 100644 --- a/floating-view/build.gradle +++ b/floating-view/build.gradle @@ -91,5 +91,5 @@ signing { dependencies { api fileTree(include: ['*.jar'], dir: 'libs') - api 'androidx.appcompat:appcompat:[1.5.0,)' + api 'androidx.appcompat:appcompat:[1.5.1,)' } diff --git a/gradle.properties b/gradle.properties index 99ebf27..04e9250 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ bintray.libraryName=FloatingView bintray.groupId=com.xlythe bintray.artifact=floating-view -bintray.libraryVersion=2.1.3 +bintray.libraryVersion=2.1.4 bintray.libraryDescription='A library for creating floating views in Android'