From 9086cf04cce95e3c47ace706fd355fd6758a6030 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Tue, 1 Dec 2015 18:01:38 -0500 Subject: [PATCH] Update RRV lib to fix bug with list with headers. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 50780ee..36e8983 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ dependencies { compile 'com.heinrichreimersoftware:material-drawer:2.2.0' //Apache 2.0 compile 'io.realm:realm-android:0.85.0' //Apache 2.0 + RCBL compile 'com.squareup.picasso:picasso:2.5.2' //Apache 2.0 - compile 'com.github.thorbenprimke:realm-recyclerview:0.9.6' //Apache 2.0 + compile 'com.github.thorbenprimke:realm-recyclerview:0.9.7' //Apache 2.0 compile 'com.github.TonicArtos:SuperSLiM:ed0ba4b4d2' compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' //Apache 2.0 compile ('com.thoughtworks.xstream:xstream:1.4.7') { //BSD -- GitLab