From b13d0cde4829cde552ed72d9020de7319eac497d Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Tue, 28 Jun 2016 20:17:23 +0200 Subject: [PATCH] * update to latest FastAdapter v1.5.6 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index b1505074e..bee814398 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.5.5@aar' + compile 'com.mikepenz:fastadapter:1.5.6@aar' }