diff --git a/app/build.gradle b/app/build.gradle index 9d572553..bfe5cb0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } }