Skip to content

Commit acd20fa

Browse files
committed
fix(app, sdk): adopt ios-sdk 11.3.0 / android-sdk 33.4.0
1 parent 9c94085 commit acd20fa

File tree

3 files changed

+166
-166
lines changed

3 files changed

+166
-166
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ project.ext {
290290
// Overriding Library SDK Versions
291291
firebase: [
292292
// Override Firebase SDK Version
293-
bom : "33.3.0"
293+
bom : "33.4.0"
294294
],
295295
],
296296
])
@@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
305305

306306
```ruby
307307
# Override Firebase SDK Version
308-
$FirebaseSDKVersion = '11.2.0'
308+
$FirebaseSDKVersion = '11.3.0'
309309
```
310310

311311
Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@
7474
},
7575
"sdkVersions": {
7676
"ios": {
77-
"firebase": "11.2.0",
77+
"firebase": "11.3.0",
7878
"iosTarget": "13.0",
7979
"macosTarget": "10.15"
8080
},
8181
"android": {
8282
"minSdk": 21,
8383
"targetSdk": 34,
8484
"compileSdk": 34,
85-
"firebase": "33.3.0",
85+
"firebase": "33.4.0",
8686
"firebaseCrashlyticsGradle": "3.0.2",
8787
"firebasePerfGradle": "1.4.2",
8888
"gmsGoogleServicesGradle": "4.4.2",

0 commit comments

Comments
 (0)