Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 16, 2015
1 parent e9044f8 commit 08751f9
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 @@ -34,17 +34,17 @@ dependencies {
compile('com.afollestad.material-dialogs:core:0.8.3.0@aar') {
transitive = true
}
compile('com.mikepenz:aboutlibraries:5.2.4@aar') {
compile('com.mikepenz:aboutlibraries:5.2.5@aar') {
transitive = true
}
compile('com.mikepenz:materialdrawer:4.3.6@aar') {
transitive = true
}
compile 'com.mikepenz:google-material-typeface:1.2.0.1@aar'
compile('com.github.rubengees:introduction:1.1.2@aar') {
compile('com.github.rubengees:introduction:1.1.3@aar') {
transitive = true
}
compile('com.github.proxer:ProxerLibAndroid:1.1.2@aar') {
compile('com.github.proxer:ProxerLibAndroid:1.1.3@aar') {
transitive = true
}
}

0 comments on commit 08751f9

Please sign in to comment.