diff --git a/library/build.gradle b/library/build.gradle index ff286b0e2..2d1801b77 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -37,15 +37,15 @@ dependencies { // contains util classes to support various android versions, and clean up code // comes with the awesome "Holder"-Pattern // https://github.com/mikepenz/Materialize - compile 'com.mikepenz:materialize:0.8.5@aar' + compile 'com.mikepenz:materialize:0.8.6@aar' // used to provide out of the box icon font support. simplifies development, // and provides scalable icons. the core is very very light // https://github.com/mikepenz/Android-Iconics - compile 'com.mikepenz:iconics-core:2.5.8@aar' + compile 'com.mikepenz:iconics-core:2.5.9@aar' // 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.2.3@aar' + compile 'com.mikepenz:fastadapter:1.2.4@aar' }