From 5e1253b13de7f19268b5b1df16c0c0eb3939d2c3 Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Wed, 17 Aug 2016 13:55:22 -0500 Subject: [PATCH] Google lib updates --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e79dbd0..7080715 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,11 +33,11 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:24.1.1' - compile 'com.afollestad.material-dialogs:core:0.9.0.0' - compile 'com.afollestad.material-dialogs:commons:0.9.0.0' + compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:design:24.2.0' + compile 'com.afollestad.material-dialogs:core:0.9.0.1' + compile 'com.afollestad.material-dialogs:commons:0.9.0.1' compile 'com.afollestad:bridge:3.2.5' compile 'com.afollestad:inquiry:3.2.1' - compile 'com.android.support:design:24.1.1' compile files('libs/rhino-1.7.7.1.jar') } \ No newline at end of file