Skip to content

Commit

Permalink
fix(app, android): adopt firebase-android-sdk 33.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jul 15, 2024
1 parent 1b19cc6 commit 0dfa2af
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 : "33.1.1"
bom : "33.1.2"
],
],
])
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"minSdk": 21,
"targetSdk": 34,
"compileSdk": 34,
"firebase": "33.1.1",
"firebase": "33.1.2",
"firebaseCrashlyticsGradle": "3.0.2",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.4.2",
Expand Down

0 comments on commit 0dfa2af

Please sign in to comment.