Skip to content

Commit

Permalink
fix(sdk, android): adopt firebase-android-sdk 32.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 12, 2023
1 parent 41c9c20 commit b216f81
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 @@ -287,7 +287,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "32.6.0"
bom : "32.7.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.6.0",
"firebase": "32.7.0",
"firebaseCrashlyticsGradle": "2.9.9",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.4.0",
Expand Down

0 comments on commit b216f81

Please sign in to comment.