Skip to content

Commit

Permalink
Merge pull request #176 from Mauker1/Mauker1-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Mauker1 committed Feb 19, 2021
2 parents 1c2a100 + db66640 commit ca4e887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Android SearchView based on Material Design guidelines. The MaterialSearchView will overlay a Toolbar or ActionBar as well as display a ListView for the user to show suggested or recent searches.

Stable: [![Download](https://img.shields.io/badge/download-1.3.0_rc02-blue.svg)](https://bintray.com/mauker/maven/MaterialSearchView/1.3.0-rc02)
Alpha: [![Download](https://img.shields.io/badge/download-2.0.0_beta01-blue.svg)](https://bintray.com/mauker/maven/MaterialSearchView/_latestVersion)
Beta: [![Download](https://img.shields.io/badge/download-2.0.0_beta02-blue.svg)](https://bintray.com/mauker/maven/MaterialSearchView/_latestVersion)

[![Build Status](https://travis-ci.org/Mauker1/MaterialSearchView.svg?branch=master)](https://travis-ci.org/Mauker1/MaterialSearchView)
![APK size](https://img.shields.io/badge/Size-94KB-e91e63.svg)
Expand All @@ -27,7 +27,7 @@ This library is supported with a min SDK of 14.
**New version note**: MSV 2.0 is now on beta stage, if you wish to test it, get it by using:

```java
implementation 'br.com.mauker.materialsearchview:materialsearchview:2.0.0-beta01'
implementation 'br.com.mauker.materialsearchview:materialsearchview:2.0.0-beta02'
```

**Version 2.0 doesn't require the Content Provider setup** and had some API changes which will be added to the documentation later on. For more details please take a look at the [V_2.0 branch](https://github.com/Mauker1/MaterialSearchView/tree/milestone/2_0).
Expand Down

0 comments on commit ca4e887

Please sign in to comment.