Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Updates Example and Readme For 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbenprimke committed Apr 26, 2016
1 parent 67a4557 commit 966f852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A powerful ```Recyclerview``` wrapper for working with ```Realm``` as your datas

```
dependencies {
compile 'com.github.thorbenprimke:realm-recyclerview:0.9.14'
compile 'com.github.thorbenprimke:realm-recyclerview:0.9.15'
}
```

Expand Down
4 changes: 2 additions & 2 deletions example/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies {
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.github.bumptech.glide:glide:3.6.1'
// The library reference
compile project(':library')
// compile 'com.github.thorbenprimke:realm-recyclerview:0.9.13'
// compile project(':library')
compile 'com.github.thorbenprimke:realm-recyclerview:0.9.15'
// The date project reference
// compile project(':data')
compile 'com.github.thorbenprimke:realm-nytimes-data:0.9.4'
Expand Down

0 comments on commit 966f852

Please sign in to comment.