From a421b91d627f0afe031f749714e6a75e510cfa51 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 26 Nov 2018 12:32:27 +0100 Subject: [PATCH] Updated google services version to remove compile warning --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 53b2ceeaa..dcc56c2aa 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' - classpath 'com.google.gms:google-services:3.1.0' + classpath 'com.google.gms:google-services:3.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files