Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit cc10f81

Browse files
author
Kevin Li
authored
Remove the unnecessary google-services plugin (#1397)
1 parent 0ad2c54 commit cc10f81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MapboxAndroidDemo/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'com.github.triplet.play'
55
apply plugin: 'com.google.firebase.crashlytics'
6-
apply plugin: 'com.google.gms.google-services'
76
apply plugin: 'org.jmailen.kotlinter'
87
apply from: "$project.rootDir/gradle/script-git-version.gradle"
98
apply from: "$project.rootDir/gradle/gradle-dependencies-graph.gradle"
@@ -186,4 +185,4 @@ apply from: "${rootDir}/gradle/checkstyle.gradle"
186185
apply plugin: 'kotlin-android-extensions'
187186
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Release")) {
188187
apply plugin: 'com.google.gms.google-services'
189-
}
188+
}

0 commit comments

Comments
 (0)