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

Commit

Permalink
Remove the unnecessary google-services plugin (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Li authored Jan 18, 2021
1 parent 0ad2c54 commit cc10f81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MapboxAndroidDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'
}
}

0 comments on commit cc10f81

Please sign in to comment.