Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Apr 22, 2016
1 parent bdf7ef9 commit b527ae1
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 @@ -18,7 +18,7 @@ Features built in:
Just add it to you dependencies

```
compile 'com.malinskiy:superrecyclerview:1.1.3'
compile 'com.malinskiy:superrecyclerview:$version'
```

##Usage
Expand Down
4 changes: 2 additions & 2 deletions buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext.versions = [
code : 6,
name : '1.1.3',
code : 7,
name : '1.1.4',

minSdk : 7,
targetSdk : 23,
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.1.3
VERSION_CODE=6
VERSION_NAME=1.1.4
VERSION_CODE=7
GROUP=com.malinskiy

POM_DESCRIPTION=Pumped up RecyclerView
Expand Down

0 comments on commit b527ae1

Please sign in to comment.