From 966f852157fe1d759c530d72421ab5385fe9a8f5 Mon Sep 17 00:00:00 2001 From: Thorben Primke Date: Mon, 25 Apr 2016 21:49:03 -0700 Subject: [PATCH] Updates Example and Readme For 0.9.15 --- README.md | 2 +- example/app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e75ee5..1fc479f 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/example/app/build.gradle b/example/app/build.gradle index c3fc2d4..5cf5c8e 100644 --- a/example/app/build.gradle +++ b/example/app/build.gradle @@ -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'