Skip to content

Commit 7502d2b

Browse files
author
Martin Lapiš
committed
README update
1 parent 3131a5f commit 7502d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add the dependency to your gradle file:
2929
}
3030
3131
dependencies {
32-
implementation 'io.github.lapism:search:1.2.0'
32+
implementation 'io.github.lapism:search:1.2.1'
3333
}
3434
```
3535

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949

5050
ext {
5151
PUBLISH_GROUP_ID = 'io.github.lapism'
52-
PUBLISH_VERSION = '1.2.0'
52+
PUBLISH_VERSION = '1.2.1'
5353
PUBLISH_ARTIFACT_ID = 'search'
5454
PUBLISH_DESCRIPTION = 'Material You Search component for Android, SearchView'
5555
PUBLISH_URL = 'https://github.com/lapism/search'

0 commit comments

Comments
 (0)