From c1b258dadd5821aa3a581bb485bb053ba7cc014f Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Thu, 16 Apr 2015 10:50:22 -0500 Subject: [PATCH] Material Dialogs wasquite a bit behind in updates :) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d6da1c2..00799021 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ dependencies { compile('com.crashlytics.sdk.android:crashlytics:2.2.1@aar') { transitive = true; } - compile 'com.afollestad:material-dialogs:0.7.1.3' + compile 'com.afollestad:material-dialogs:0.7.2.1' compile 'com.android.support:appcompat-v7:22.0.0' compile 'com.android.support:recyclerview-v7:22.0.0' compile 'com.android.support:gridlayout-v7:22.0.0'