From eacaec35bc005aab27f013dbd4556661a8586f30 Mon Sep 17 00:00:00 2001 From: kunfei Date: Sun, 20 Oct 2019 20:08:16 +0800 Subject: [PATCH] up --- app/build.gradle | 2 ++ build.gradle | 1 + 2 files changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 1bb42e0eb..a34132d84 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -151,3 +151,5 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.9' implementation 'org.apache.commons:commons-text:1.8' } + +apply plugin: 'com.google.gms.google-services' \ No newline at end of file diff --git a/build.gradle b/build.gradle index bfcb4cc7a..76fcc4b65 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.5.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'de.timfreiheit.resourceplaceholders:placeholders:0.3' + classpath 'com.google.gms:google-services:4.3.2' } }