From 250a49490333f4de726226dc4aa15a681f32a70c Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Sat, 22 Oct 2022 13:08:57 -0500 Subject: [PATCH] fix(android): revert applying Google Play Services plugin during gradle build [skip ci] --- android/app/build.gradle | 1 - android/build.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index cd8e8767d..0c0520cb6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -22,7 +22,6 @@ if (flutterVersionName == null) { } apply plugin: 'com.android.application' -apply plugin: 'com.google.gms.google-services' apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" diff --git a/android/build.gradle b/android/build.gradle index 699f89fe9..511b8eecd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,7 +7,6 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:4.1.0' - classpath 'com.google.gms:google-services:4.3.10' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } }