Skip to content

Commit

Permalink
* update to latest materialize v0.8.6
Browse files Browse the repository at this point in the history
* update to latest iconics-core v2.5.9
* update to latest fastadapter v1.2.4
  • Loading branch information
mikepenz committed Mar 11, 2016
1 parent 2d3ad72 commit 163917a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 163917a

Please sign in to comment.