Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TellH committed Oct 2, 2016
2 parents 74aa40b + 95dccfa commit 9bc164c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ allprojects {
app build.gradle
```
dependencies {
compile 'com.github.TellH:RecyclerTreeView:1.0.0'
compile 'com.github.TellH:RecyclerTreeView:1.1.1'
}
```
Please check out the Demo for more information.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencies {
compile 'com.android.support:recyclerview-v7:24.2.1'
testCompile 'junit:junit:4.12'
// compile project(path: ':recyclertreeview-lib')
compile 'com.github.TellH:RecyclerTreeView:1.1.0'
compile 'com.github.TellH:RecyclerTreeView:1.1.1'
}

0 comments on commit 9bc164c

Please sign in to comment.