Explorar o código

Remove plugins

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic %!s(int64=7) %!d(string=hai) anos
pai
achega
bebb6b1a2c
Modificáronse 2 ficheiros con 0 adicións e 5 borrados
  1. 0 2
      app/gplay.gradle
  2. 0 3
      build.gradle

+ 0 - 2
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'

+ 0 - 3
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