Skip to content

Commit

Permalink
fix(app, android): adopt firebase-android-sdk 31.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Mar 5, 2023
1 parent 281deed commit 24fa17e
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 @@ -218,7 +218,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "31.2.2"
bom : "31.2.3"
],
],
])
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.2.2",
"firebase": "31.2.3",
"firebaseCrashlyticsGradle": "2.9.4",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.3.15",
Expand Down

1 comment on commit 24fa17e

@vercel
Copy link

@vercel vercel bot commented on 24fa17e Mar 5, 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.