From 9c00d6fec681effc0e44cd50e6433ff79687e4f3 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sat, 28 Oct 2017 22:43:17 +0200 Subject: [PATCH] Setup Google plugin & config file Signed-off-by: Mario Danic --- app/build.gradle | 2 ++ build.gradle | 1 + 2 files changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 1556e3bff..917b94153 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,3 +134,5 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) } + +apply plugin: 'com.google.gms.google-services' diff --git a/build.gradle b/build.gradle index c57b4175b..881f21e4f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,6 +15,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.0.0' classpath 'eu.davidea:grabver:0.6.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}" + classpath 'com.google.gms:google-services:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files