Skip to content

Commit

Permalink
* update sample app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Apr 7, 2016
1 parent df247b6 commit 6ad808b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ad808b

Please sign in to comment.