Skip to content

Commit dac3b61

Browse files
committed
Update README.md
1 parent 128bd19 commit dac3b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Usage
1616

1717
1. In your dependencies, add
1818
```
19-
implementation 'xyz.quaver:floatingsearchview:1.1.2'
19+
implementation 'xyz.quaver:floatingsearchview:1.1.4'
2020
```
2121
2. Add a FloatingSearchView to your view hierarchy, and make sure that it takes
2222
up the full width and height of the screen

library/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
}
2727

2828
group = "xyz.quaver"
29-
version = "1.1.3"
29+
version = "1.1.4"
3030

3131
android {
3232
compileSdkVersion(30)

0 commit comments

Comments
 (0)