Skip to content

Commit

Permalink
fix(app, android): use firebase-android-sdk 31.0.1
Browse files Browse the repository at this point in the history
fixes possible crashlytics crash from upstream
  • Loading branch information
mikehardy committed Oct 21, 2022
1 parent ff5aa16 commit 89eb33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "31.0.0"
bom : "31.0.1"
],
],
])
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"minSdk": 19,
"targetSdk": 33,
"compileSdk": 33,
"firebase": "31.0.0",
"firebase": "31.0.1",
"firebaseCrashlyticsGradle": "2.9.2",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.3.14",
Expand Down

1 comment on commit 89eb33f

@vercel
Copy link

@vercel vercel bot commented on 89eb33f Oct 21, 2022

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.