File tree Expand file tree Collapse file tree 5 files changed +150
-150
lines changed Expand file tree Collapse file tree 5 files changed +150
-150
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Add the plugin to your `/android/build.gradle` file as a dependency:
34
34
buildscript {
35
35
dependencies {
36
36
// ...
37
- classpath 'com.google.firebase:firebase-appdistribution-gradle:3.0.3 '
37
+ classpath 'com.google.firebase:firebase-appdistribution-gradle:3.1.0 '
38
38
}
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ project.ext {
215
215
// Overriding Library SDK Versions
216
216
firebase: [
217
217
// Override Firebase SDK Version
218
- bom : "31.0.1 "
218
+ bom : "31.0.2 "
219
219
],
220
220
],
221
221
])
@@ -230,7 +230,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
230
230
231
231
``` ruby
232
232
# Override Firebase SDK Version
233
- $FirebaseSDKVersion = ' 10.0 .0'
233
+ $FirebaseSDKVersion = ' 10.1 .0'
234
234
```
235
235
236
236
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 65
65
},
66
66
"sdkVersions" : {
67
67
"ios" : {
68
- "firebase" : " 10.0 .0" ,
68
+ "firebase" : " 10.1 .0" ,
69
69
"iosTarget" : " 11.0" ,
70
70
"macosTarget" : " 10.13"
71
71
},
72
72
"android" : {
73
73
"minSdk" : 19 ,
74
74
"targetSdk" : 33 ,
75
75
"compileSdk" : 33 ,
76
- "firebase" : " 31.0.1 " ,
76
+ "firebase" : " 31.0.2 " ,
77
77
"firebaseCrashlyticsGradle" : " 2.9.2" ,
78
78
"firebasePerfGradle" : " 1.4.2" ,
79
79
"gmsGoogleServicesGradle" : " 4.3.14" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildscript {
35
35
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
36
36
classpath ' com.google.firebase:perf-plugin:1.4.2'
37
37
classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.2'
38
- classpath ' com.google.firebase:firebase-appdistribution-gradle:3.0.3 '
38
+ classpath ' com.google.firebase:firebase-appdistribution-gradle:3.1.0 '
39
39
}
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments