Skip to content

Commit

Permalink
fix(app, android): adopt firebase-android-sdk 31.2.2 w/crash fixes
Browse files Browse the repository at this point in the history
Fixes #6930
  • Loading branch information
mikehardy committed Feb 23, 2023
1 parent a54d765 commit 2d1f2cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/crashlytics/android-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildscript {
// ..
dependencies {
// ..
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
}
// ..
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "31.2.0"
bom : "31.2.2"
],
],
])
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"minSdk": 19,
"targetSdk": 33,
"compileSdk": 33,
"firebase": "31.2.0",
"firebaseCrashlyticsGradle": "2.9.2",
"firebase": "31.2.2",
"firebaseCrashlyticsGradle": "2.9.4",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.3.15",
"playServicesAuth": "20.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
classpath("com.android.tools.build:gradle:4.1.0")
// NOTE: Do not place your application dependencies here; they belong
Expand Down

1 comment on commit 2d1f2cb

@vercel
Copy link

@vercel vercel bot commented on 2d1f2cb Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.