From 6ad808bda70505895602357c1aa60d758529513c Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 7 Apr 2016 20:50:38 +0200 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 cbc01cfed..22086518c 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.6.2@aar') { + compile('com.mikepenz:aboutlibraries:5.6.3@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.3@aar' + compile 'com.mikepenz:itemanimators:0.2.4@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.6@aar' + compile 'com.mikepenz:crossfader:1.3.7@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.3@aar') + compile('com.mikepenz:crossfadedrawerlayout:0.3.4@aar') // icon fonts used inside the sample // https://github.com/mikepenz/Android-Iconics