Skip to content

Commit

Permalink
* update to latest FastAdapter v1.4.1
Browse files Browse the repository at this point in the history
* update to latest Materialize v0.8.8
* update to latest Android-Iconics v2.5.11
  • Loading branch information
mikepenz committed Apr 7, 2016
1 parent 595f308 commit df247b6
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.7@aar'
compile 'com.mikepenz:materialize:0.8.8@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.10@aar'
compile 'com.mikepenz:iconics-core:2.5.11@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.4.0@aar'
compile 'com.mikepenz:fastadapter:1.4.1@aar'
}

0 comments on commit df247b6

Please sign in to comment.