Skip to content

Commit

Permalink
Updated version and ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
yqritc committed Jul 1, 2016
1 parent 006f3df commit d654bff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ repositories {
}
dependencies {
compile 'com.yqritc:recyclerview-flexibledivider:1.3.0'
compile 'com.yqritc:recyclerview-flexibledivider:1.4.0'
}
```

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.3.0
VERSION_CODE=14
VERSION_NAME=1.4.0
VERSION_CODE=15
GROUP=com.yqritc
ARTIFACT_ID=recyclerview-flexibledivider

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

dependencies {
compile project(':library')
// compile 'com.yqritc:recyclerview-flexibledivider:1.3.0'
// compile 'com.yqritc:recyclerview-flexibledivider:1.4.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
}

0 comments on commit d654bff

Please sign in to comment.