Skip to content

Commit

Permalink
Bump to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlythe committed Nov 24, 2022
1 parent 6424184 commit 9d6bcef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion floating-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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,)'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 9d6bcef

Please sign in to comment.