We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3131a5f commit 7502d2bCopy full SHA for 7502d2b
README.md
@@ -29,7 +29,7 @@ Add the dependency to your gradle file:
29
}
30
31
dependencies {
32
- implementation 'io.github.lapism:search:1.2.0'
+ implementation 'io.github.lapism:search:1.2.1'
33
34
```
35
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
50
ext {
51
PUBLISH_GROUP_ID = 'io.github.lapism'
52
- PUBLISH_VERSION = '1.2.0'
+ PUBLISH_VERSION = '1.2.1'
53
PUBLISH_ARTIFACT_ID = 'search'
54
PUBLISH_DESCRIPTION = 'Material You Search component for Android, SearchView'
55
PUBLISH_URL = 'https://github.com/lapism/search'
0 commit comments