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