From 38a399d746c72968029d040216e88d62422b4f01 Mon Sep 17 00:00:00 2001 From: adamz Date: Mon, 1 May 2017 20:05:06 -0600 Subject: [PATCH] gradle dependencies updated dependencies to current versions --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 725fb1c8..f358ab8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'android-apt' android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" defaultConfig { applicationId "android.example.com.squawker" minSdkVersion 16 @@ -25,21 +25,21 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:25.1.0' + compile 'com.android.support:appcompat-v7:25.3.1' testCompile 'junit:junit:4.12' // RecyclerView - compile 'com.android.support:recyclerview-v7:25.1.0' + compile 'com.android.support:recyclerview-v7:25.3.1' // Schematic dependencies for ContentProvider apt 'net.simonvt.schematic:schematic-compiler:0.6.3' compile 'net.simonvt.schematic:schematic:0.6.3' // Preferences Dependencies - compile 'com.android.support:preference-v7:25.1.0' + compile 'com.android.support:preference-v7:25.3.1' // Firebase dependency - compile 'com.google.firebase:firebase-messaging:10.0.1' + compile 'com.google.firebase:firebase-messaging:10.2.4' } // Apply the Google Services plugin. Make sure to add the google-services.json file in the app // folder. You download it from the Firebase console