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'