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 Jan 20, 2016
1 parent 440d633 commit b8904df
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.2.6'
compile 'com.yqritc:recyclerview-flexibledivider:1.2.8'
}
```

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.2.7
VERSION_CODE=11
VERSION_NAME=1.2.8
VERSION_CODE=12
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.2.7'
// compile 'com.yqritc:recyclerview-flexibledivider:1.2.8'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
}

0 comments on commit b8904df

Please sign in to comment.