From cc10f81ddfc009e298c1730df9b676923c4ff0bf Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Mon, 18 Jan 2021 22:06:18 +0800 Subject: [PATCH] Remove the unnecessary google-services plugin (#1397) --- MapboxAndroidDemo/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MapboxAndroidDemo/build.gradle b/MapboxAndroidDemo/build.gradle index 04557d0fc..02b32ec37 100644 --- a/MapboxAndroidDemo/build.gradle +++ b/MapboxAndroidDemo/build.gradle @@ -3,7 +3,6 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'com.github.triplet.play' apply plugin: 'com.google.firebase.crashlytics' -apply plugin: 'com.google.gms.google-services' apply plugin: 'org.jmailen.kotlinter' apply from: "$project.rootDir/gradle/script-git-version.gradle" apply from: "$project.rootDir/gradle/gradle-dependencies-graph.gradle" @@ -186,4 +185,4 @@ apply from: "${rootDir}/gradle/checkstyle.gradle" apply plugin: 'kotlin-android-extensions' if (getGradle().getStartParameter().getTaskRequests().toString().contains("Release")) { apply plugin: 'com.google.gms.google-services' -} \ No newline at end of file +}