From 8524c17a4909d3dc634e91e9876cf29336c0c22f Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Tue, 10 May 2016 17:50:24 +0200 Subject: [PATCH] * update to latest `FastAdapter` v1.5.0 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index e0b940259..8b7268ab7 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -47,5 +47,5 @@ dependencies { // used to fill the RecyclerView with the DrawerItems // and provides single and multi selection, expandable items // https://github.com/mikepenz/FastAdapter - compile 'com.mikepenz:fastadapter:1.4.4@aar' + compile 'com.mikepenz:fastadapter:1.5.0@aar' }