File tree Expand file tree Collapse file tree 4 files changed +207
-207
lines changed Expand file tree Collapse file tree 4 files changed +207
-207
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ project.ext {
318
318
// Overriding Library SDK Versions
319
319
firebase: [
320
320
// Override Firebase SDK Version
321
- bom : "33.9 .0"
321
+ bom : "33.10 .0"
322
322
],
323
323
],
324
324
])
@@ -333,7 +333,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
333
333
334
334
``` ruby
335
335
# Override Firebase SDK Version
336
- $FirebaseSDKVersion = ' 11.8 .0'
336
+ $FirebaseSDKVersion = ' 11.9 .0'
337
337
```
338
338
339
339
Once changed, reinstall your projects pods via pod install and rebuild your project with ` npx react-native run-ios ` .
Original file line number Diff line number Diff line change 73
73
},
74
74
"sdkVersions" : {
75
75
"ios" : {
76
- "firebase" : " 11.8 .0" ,
76
+ "firebase" : " 11.9 .0" ,
77
77
"iosTarget" : " 13.0" ,
78
78
"macosTarget" : " 10.15" ,
79
79
"tvosTarget" : " 13.0"
82
82
"minSdk" : 21 ,
83
83
"targetSdk" : 34 ,
84
84
"compileSdk" : 34 ,
85
- "firebase" : " 33.9 .0" ,
85
+ "firebase" : " 33.10 .0" ,
86
86
"firebaseCrashlyticsGradle" : " 3.0.3" ,
87
87
"firebasePerfGradle" : " 1.4.2" ,
88
88
"gmsGoogleServicesGradle" : " 4.4.2" ,
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ buildscript {
36
36
classpath(" com.facebook.react:react-native-gradle-plugin" )
37
37
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin" )
38
38
classpath ' com.google.firebase:perf-plugin:1.4.2'
39
- classpath ' com.google.firebase:firebase-crashlytics-gradle:3.0.2 '
40
- classpath ' com.google.firebase:firebase-appdistribution-gradle:5.0.0 '
39
+ classpath ' com.google.firebase:firebase-crashlytics-gradle:3.0.3 '
40
+ classpath ' com.google.firebase:firebase-appdistribution-gradle:5.1.1 '
41
41
}
42
42
}
43
43
You can’t perform that action at this time.
0 commit comments