Skip to content

Commit

Permalink
Make sure to call the Gms plugin before Firebase plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Jun 25, 2021
1 parent 0804a13 commit 0b8057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ if (!getGradle()
.toString()
.contains("Opensource")
) {
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
}

0 comments on commit 0b8057e

Please sign in to comment.