File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Android library designed to simplify the process of implementing search-related
3
3
4
4
[ ![ Download] ( https://api.bintray.com/packages/mars885/maven/persistentsearchview/images/download.svg ) ] ( https://bintray.com/mars885/maven/persistentsearchview/_latestVersion )
5
5
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-PersistentSearchView-brightgreen.svg?style=flat )] ( https://android-arsenal.com/details/1/7102 )
6
- ![ ] ( https://travis-ci.org/mars885/persistentsearchview .svg?branch=master )
6
+ ![ ] ( https://travis-ci.org/mars885/persistent-search-view .svg?branch=master )
7
7
![ ] ( https://img.shields.io/badge/API-21%2B-orange.svg?style=flat )
8
8
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
9
9
[ ![ Platform] ( https://img.shields.io/badge/platform-Android-green.svg )] ( http://developer.android.com/index.html )
@@ -47,7 +47,7 @@ buildscript {
47
47
```` groovy
48
48
ext {
49
49
//...
50
- psvVersion = "1.1.2 "
50
+ psvVersion = "1.1.3 "
51
51
}
52
52
53
53
dependencies {
Original file line number Diff line number Diff line change 16
16
17
17
ext {
18
18
libraryConfig = [
19
- versionCode : 5 ,
20
- versionName : " 1.1.2 " ,
19
+ versionCode : 6 ,
20
+ versionName : " 1.1.3 " ,
21
21
artifactName : " persistentsearchview" ,
22
22
artifactDescription : " Android library designed to simplify the process of implementing search-related functionality." ,
23
23
]
You can’t perform that action at this time.
0 commit comments