From 9a18c235b23517511b18bfbe4287f7808d9a8e99 Mon Sep 17 00:00:00 2001 From: Nicholas Tinsley <00sturm@gmail.com> Date: Wed, 5 Apr 2017 21:37:26 -0400 Subject: [PATCH] upgradle --- app/build.gradle | 9 +++++---- build.gradle | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b05e8867..ee6e8867 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,10 +28,11 @@ dependencies { compile('com.mikepenz:materialdrawer:5.8.2@aar') { transitive = true } - compile 'com.android.support:appcompat-v7:25.2.0' - compile 'com.android.support:recyclerview-v7:25.2.0' - compile 'com.android.support:support-v13:25.2.0' - compile 'com.android.support:design:25.2.0' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:customtabs:25.3.1' + compile 'com.android.support:recyclerview-v7:25.3.1' + compile 'com.android.support:support-v13:25.3.1' + compile 'com.android.support:design:25.3.1' compile 'com.squareup.picasso:picasso:2.5.2' compile 'com.pkmmte.view:circularimageview:1.1' compile 'com.github.peter9870:sparkbutton:master' diff --git a/build.gradle b/build.gradle index 22983d58..f8f4d274 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files