Skip to content

Commit

Permalink
Updates library, demo and readme version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelCatalan committed Jan 7, 2016
1 parent ca28fbc commit 2c2f211
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Cute library to implement SearchView in a Material Design Approach. *Works from
**Add the dependencies to your gradle file:**
```javascript
dependencies {
compile 'com.miguelcatalan:materialsearchview:1.3.0'
compile 'com.miguelcatalan:materialsearchview:1.3.1'
}
```
**Add MaterialSearchView to your layout file along with the Toolbar** *(Add this block at the bottom of your layout, in order to display it over the rest of the view)*:
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.3.0"
versionName "1.3.1"
}
buildTypes {
release {
Expand All @@ -38,7 +38,7 @@ publish {
userOrg = 'miguelcatalan'
groupId = 'com.miguelcatalan'
artifactId = 'materialsearchview'
publishVersion = '1.3.0'
publishVersion = '1.3.1'
desc = 'Cute library to implement SearchView in a Material Design Approach'
website = 'https://github.com/MiguelCatalan/MaterialSearchView'
}
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.miguelcatalan.materialsearchview.sample"
minSdkVersion 14
targetSdkVersion 23
versionCode 5
versionName "1.3.0"
versionCode 6
versionName "1.3.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 2c2f211

Please sign in to comment.