We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af52532 commit 24bddb6Copy full SHA for 24bddb6
README.md
@@ -19,7 +19,7 @@ allprojects {
19
20
dependencies {
21
//implementation 'com.github.iammert:MultiSearchView:0.3'
22
- implementation 'com.github.kojofosu:MultiSearchView:1.3'
+ implementation 'com.github.kojofosu:MultiSearchView:1.4'
23
}
24
```
25
multisearchviewlib/build.gradle
@@ -55,7 +55,7 @@ afterEvaluate {
55
// You can then customize attributes of the publication as shown below.
56
groupId = 'com.iammert.library.ui.multisearchviewlib'
57
artifactId = 'MultiSearchView'
58
- version = '1.0'
+ version = '1.4'
59
60
61
0 commit comments