From 19b403e2aea791b395de9eb536715fc6d42133fd Mon Sep 17 00:00:00 2001 From: danijoo Date: Thu, 3 Dec 2015 11:43:52 +0100 Subject: [PATCH] update dependencies and build tools version --- app/build.gradle | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cd506e8..1a2d68a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { compileSdkVersion 21 - buildToolsVersion "21.1.2" + buildToolsVersion "23.0.2" defaultConfig { applicationId "com.example.android.sunshine.app" minSdkVersion 10 - targetSdkVersion 21 + targetSdkVersion 23 versionCode 1 versionName "1.0" } @@ -25,12 +25,12 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.github.bumptech.glide:glide:3.5.2' - compile 'com.android.support:support-annotations:22.2.0' - compile 'com.android.support:gridlayout-v7:22.2.0' - compile 'com.android.support:cardview-v7:22.2.0' - compile 'com.android.support:appcompat-v7:22.2.0' - compile 'com.android.support:design:22.2.0' - compile 'com.android.support:recyclerview-v7:22.2.0' - compile 'com.google.android.gms:play-services-gcm:7.0.0' + compile 'com.android.support:support-annotations:23.1.1' + compile 'com.android.support:gridlayout-v7:23.1.1' + compile 'com.android.support:cardview-v7:23.1.1' + compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.android.support:design:23.1.1' + compile 'com.android.support:recyclerview-v7:23.1.1' + compile 'com.google.android.gms:play-services-gcm:8.3.0' compile 'com.google.android.apps.muzei:muzei-api:2.0' }