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' }