Skip to content

Commit c46f1cf

Browse files
author
Martin Lapiš
committed
README update
1 parent 239a327 commit c46f1cf

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
21
![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)
32
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.5.30-blue.svg)](https://kotlinlang.org)
3+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44

55
# Search
66
- Search component for Android
@@ -22,9 +22,14 @@
2222

2323
Add the dependency to your gradle file:
2424
```groovy
25-
dependencies {
26-
implementation 'io.github.lapism:search:1.0.0'
27-
}
25+
repositories {
26+
google()
27+
mavenCentral()
28+
}
29+
30+
dependencies {
31+
implementation 'io.github.lapism:search:1.0.0'
32+
}
2833
```
2934

3035
## Usage
@@ -189,6 +194,9 @@ dependencies {
189194
**1.0.0**
190195
- Initial release
191196

197+
## TODO
198+
- animation like Google, needs help :)
199+
192200
## Author
193201

194202
* **Martin Lapiš** - [GitHub](https://github.com/lapism)

0 commit comments

Comments
 (0)