Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Mirrajabi <mohammadmirrajabi@gmail.com>
  • Loading branch information
mirrajabi committed Sep 15, 2018
1 parent 1531b2a commit a93e3b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Then add the dependency in modules build.gradle file

```gradle
dependencies {
compile 'com.github.mirrajabi:search-dialog:1.2.2'
compile 'com.github.mirrajabi:search-dialog:1.2.3'
}
```

Expand Down Expand Up @@ -175,6 +175,8 @@ String lcs(String text1, String text2)

### Changelog

1.2.3 - `Changed minSdkVersion to 14. Added getter for the title textview of simple search dialog. Improved results sorting.`

1.2.2 - `Gradle tools version and dependencies were updated`

1.2.1 - `Adds an option for changing text color and highlight color of default adapter.`
Expand Down

0 comments on commit a93e3b1

Please sign in to comment.