Skip to content

Commit

Permalink
fix(app, android): adopt firebase-android-sdk 32.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Mar 23, 2024
1 parent d7fd10e commit 450da62
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 @@ -290,7 +290,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "32.7.4"
bom : "32.8.0"
],
],
])
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"minSdk": 19,
"targetSdk": 33,
"compileSdk": 33,
"firebase": "32.7.4",
"firebase": "32.8.0",
"firebaseCrashlyticsGradle": "2.9.9",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.4.1",
Expand Down

0 comments on commit 450da62

Please sign in to comment.