Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lapiš committed Sep 17, 2021
1 parent 239a327 commit c46f1cf
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.5.30-blue.svg)](https://kotlinlang.org)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# Search
- Search component for Android
Expand All @@ -22,9 +22,14 @@

Add the dependency to your gradle file:
```groovy
dependencies {
implementation 'io.github.lapism:search:1.0.0'
}
repositories {
google()
mavenCentral()
}
dependencies {
implementation 'io.github.lapism:search:1.0.0'
}
```

## Usage
Expand Down Expand Up @@ -189,6 +194,9 @@ dependencies {
**1.0.0**
- Initial release

## TODO
- animation like Google, needs help :)

## Author

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

0 comments on commit c46f1cf

Please sign in to comment.