Skip to content

Commit

Permalink
* update sample library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Oct 15, 2015
1 parent ac3887b commit c0febfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ android {

dependencies {
compile project(':library')
compile('com.mikepenz:materialdrawer:4.0.5@aar') {
compile('com.mikepenz:materialdrawer:4.3.6@aar') {
transitive = true
exclude module: "iconics-core"
}
compile('com.mikepenz:aboutlibraries:5.2.1@aar') {
compile('com.mikepenz:aboutlibraries:5.2.4@aar') {
transitive = true
}

compile 'com.mikepenz:google-material-typeface:1.2.0.1@aar'
compile 'com.mikepenz:fontawesome-typeface:4.4.0.1@aar'
compile 'com.mikepenz:crossfader:1.0.1@aar'
compile 'com.mikepenz:crossfader:1.1.2@aar'
}

0 comments on commit c0febfb

Please sign in to comment.