From bebb6b1a2c68e35d65abab3bfba40da51ebcfd92 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Mon, 19 Feb 2018 12:23:31 +0100 Subject: [PATCH] Remove plugins Signed-off-by: Mario Danic --- app/gplay.gradle | 2 -- build.gradle | 3 --- 2 files changed, 5 deletions(-) diff --git a/app/gplay.gradle b/app/gplay.gradle index 4f449f644..9af8ded79 100644 --- a/app/gplay.gradle +++ b/app/gplay.gradle @@ -6,5 +6,3 @@ dependencies { implementation "com.google.android.gms:play-services-gcm:${googleLibraryVersion}" implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}" } - -apply plugin: 'com.google.gms.google-services' diff --git a/build.gradle b/build.gradle index b3077052d..126dc410d 100644 --- a/build.gradle +++ b/build.gradle @@ -12,9 +12,6 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}" - if (getGradle().getStartParameter().getTaskRequests().toString().contains("GPlay")){ - 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