We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128bd19 commit dac3b61Copy full SHA for dac3b61
README.md
@@ -16,7 +16,7 @@ Usage
16
17
1. In your dependencies, add
18
```
19
-implementation 'xyz.quaver:floatingsearchview:1.1.2'
+implementation 'xyz.quaver:floatingsearchview:1.1.4'
20
21
2. Add a FloatingSearchView to your view hierarchy, and make sure that it takes
22
up the full width and height of the screen
library/build.gradle.kts
@@ -26,7 +26,7 @@ plugins {
26
}
27
28
group = "xyz.quaver"
29
-version = "1.1.3"
+version = "1.1.4"
30
31
android {
32
compileSdkVersion(30)
0 commit comments