Skip to content

Commit

Permalink
fix(app, android): bump to firebase-android-sdk 30.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Aug 27, 2022
1 parent f7abeae commit ee394fe
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 @@ -222,7 +222,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "30.3.1"
bom : "30.3.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 @@ -71,7 +71,7 @@
"minSdk": 19,
"targetSdk": 31,
"compileSdk": 31,
"firebase": "30.3.1",
"firebase": "30.3.2",
"firebaseCrashlyticsGradle": "2.9.1",
"firebasePerfGradle": "1.4.1",
"gmsGoogleServicesGradle": "4.3.13",
Expand Down

0 comments on commit ee394fe

Please sign in to comment.