From 90bdb289d0ebbceb2ab9d0e36fb7c836e1a95496 Mon Sep 17 00:00:00 2001 From: Amine Bou Date: Mon, 14 May 2018 22:36:12 +0200 Subject: [PATCH] Fixed build and version issue. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e6e2002..657022c 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.google.gms:google-services:3.1.1' + classpath 'com.google.gms:google-services:3.3.0' } }