Skip to content

Commit

Permalink
bump to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlythe committed Sep 3, 2022
1 parent fa40c36 commit 9598029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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'
implementation 'com.xlythe:floating-view:2.1.1'
}
```

Expand Down
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
bintray.libraryVersion=2.1.1

bintray.libraryDescription='A library for creating floating views in Android'

Expand Down

0 comments on commit 9598029

Please sign in to comment.