From 163917a7324813054a513f8a3734ab1ec3e6f757 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 11 Mar 2016 16:50:33 +0100 Subject: [PATCH] * update to latest materialize v0.8.6 * update to latest iconics-core v2.5.9 * update to latest fastadapter v1.2.4 --- library/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' }