File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 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
2222
2323Add 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 )
You can’t perform that action at this time.
0 commit comments