Skip to content

Commit 65f2f27

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f79ab7f + ba6a2d2 commit 65f2f27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Material SearchBar Android
33
Material Design Search Bar for Android
44
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MaterialSearchBar-orange.svg?style=flat)](http://android-arsenal.com/details/1/4158)
5+
[![](https://jitpack.io/v/mancj/MaterialSearchBar.svg)](https://jitpack.io/#mancj/MaterialSearchBar)
6+
57
----------
68
This beautiful and easy to use library will help to add Lollipop Material Design SearchView in your project.
79

@@ -36,10 +38,11 @@ add the dependency to the the app level build.gradle file
3638

3739
```gradle
3840
dependencies {
39-
implementation 'com.github.mancj:MaterialSearchBar:0.8.2'
41+
implementation 'com.github.mancj:MaterialSearchBar:X.X.X'
4042
}
4143
4244
```
45+
[![](https://jitpack.io/v/mancj/MaterialSearchBar.svg)](https://jitpack.io/#mancj/MaterialSearchBar)
4346

4447
then add SearchBar to your activity:
4548

0 commit comments

Comments
 (0)