From 2d3ad7228ebcfeb3b9960e31103e12246225dd0a Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 11 Mar 2016 16:50:03 +0100 Subject: [PATCH] * update sample app dependencies --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 49cbb4cf7..e23ec8358 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,21 +59,21 @@ dependencies { // used to generate the Open Source section // https://github.com/mikepenz/AboutLibraries - compile('com.mikepenz:aboutlibraries:5.5.7@aar') { + compile('com.mikepenz:aboutlibraries:5.5.8@aar') { transitive = true exclude module: "fastadapter" } //used to provide different itemAnimators for the RecyclerView //https://github.com/mikepenz/ItemAnimators - compile 'com.mikepenz:itemanimators:0.2.2@aar' + compile 'com.mikepenz:itemanimators:0.2.3@aar' // used to provide the MiniDrawer to normal Drawer crossfade effect via a SlidingPane layout // --> https://github.com/mikepenz/MaterialDrawer/blob/develop/app/src/main/java/com/mikepenz/materialdrawer/app/MiniDrawerActivity.java // https://github.com/mikepenz/Crossfader - compile 'com.mikepenz:crossfader:1.3.4@aar' + compile 'com.mikepenz:crossfader:1.3.6@aar' // used to provide the two step crossfade DrawerLayout. Which allows to have a mini layout which transforms to a normal layout within the drawer // --> https://github.com/mikepenz/MaterialDrawer/blob/develop/app/src/main/java/com/mikepenz/materialdrawer/app/CrossfadeDrawerLayoutActvitiy.java // https://github.com/mikepenz/CrossfadeDrawerLayout - compile('com.mikepenz:crossfadedrawerlayout:0.3.2@aar') + compile('com.mikepenz:crossfadedrawerlayout:0.3.3@aar') // icon fonts used inside the sample // https://github.com/mikepenz/Android-Iconics