From 5e1181f6ca07c67139a46af6da332c5583139fc9 Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Sat, 25 Apr 2015 18:26:31 -0500 Subject: [PATCH] Library updates --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cb38df94..d71928e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ dependencies { compile 'de.hdodenhof:circleimageview:1.2.2' compile 'com.github.bumptech.glide:glide:3.5.2' - compile 'com.afollestad:material-dialogs:0.7.2.7' + compile 'com.afollestad:material-dialogs:0.7.2.8' compile 'com.jpardogo.materialtabstrip:library:1.0.9' compile 'com.readystatesoftware.systembartint:systembartint:1.0.3' compile 'com.melnykov:floatingactionbutton:1.3.0'