Skip to content

Commit

Permalink
fix(core): rollback google-services
Browse files Browse the repository at this point in the history
fixes fb app initialization
  • Loading branch information
triniwiz committed Mar 8, 2024
1 parent 6e045a0 commit be3ca09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ repositories {
}

dependencies {
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.gms:google-services:4.3.15'
}
6 changes: 3 additions & 3 deletions packages/firebase-core/platforms/android/include.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// if (!project.hasProperty("tempBuild")) {
// apply plugin: 'com.google.gms.google-services'
// }
if (!project.hasProperty("tempBuild")) {
apply plugin: 'com.google.gms.google-services'
}
dependencies {
def computeFirebaseBomVersion = { -> project.hasProperty("firebaseBomVersion") ? firebaseBomVersion : "32.7.2" }
implementation platform("com.google.firebase:firebase-bom:${computeFirebaseBomVersion}")
Expand Down

0 comments on commit be3ca09

Please sign in to comment.