File tree Expand file tree Collapse file tree 8 files changed +328
-328
lines changed
crashlytics/plugin/__tests__/__snapshots__ Expand file tree Collapse file tree 8 files changed +328
-328
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ buildscript {
40
40
// ..
41
41
dependencies {
42
42
// ..
43
- classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.0 '
43
+ classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1 '
44
44
}
45
45
// ..
46
46
}
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ project.ext {
192
192
// Overriding Library SDK Versions
193
193
firebase: [
194
194
// Override Firebase SDK Version
195
- bom : "29.0.0 "
195
+ bom : "29.0.1 "
196
196
],
197
197
],
198
198
])
@@ -207,7 +207,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
207
207
208
208
``` ruby
209
209
# Override Firebase SDK Version
210
- $FirebaseSDKVersion = ' 8.9 .0'
210
+ $FirebaseSDKVersion = ' 8.10 .0'
211
211
```
212
212
213
213
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 @@ -91,8 +91,8 @@ dependencies {
91
91
api appProject
92
92
implementation platform(" com.google.firebase:firebase-bom:${ ReactNative.ext.getVersion('firebase', 'bom')} " )
93
93
// These are beta, so they are not in the BoM yet. We have to specify the versions explicitly.
94
- implementation ' com.google.firebase:firebase-appcheck-safetynet:16.0.0-beta02 '
95
- implementation ' com.google.firebase:firebase-appcheck-debug:16.0.0-beta02 '
94
+ implementation ' com.google.firebase:firebase-appcheck-safetynet:16.0.0-beta04 '
95
+ implementation ' com.google.firebase:firebase-appcheck-debug:16.0.0-beta04 '
96
96
}
97
97
98
98
ReactNative . shared. applyPackageVersion()
Original file line number Diff line number Diff line change 65
65
},
66
66
"sdkVersions" : {
67
67
"ios" : {
68
- "firebase" : " 8.9.1 "
68
+ "firebase" : " 8.10.0 "
69
69
},
70
70
"android" : {
71
71
"minSdk" : 21 ,
72
72
"targetSdk" : 31 ,
73
73
"compileSdk" : 31 ,
74
74
"buildTools" : " 30.0.3" ,
75
- "firebase" : " 29.0.0 " ,
76
- "firebaseCrashlyticsGradle" : " 2.8.0 " ,
75
+ "firebase" : " 29.0.1 " ,
76
+ "firebaseCrashlyticsGradle" : " 2.8.1 " ,
77
77
"firebasePerfGradle" : " 1.4.0" ,
78
78
"gmsGoogleServicesGradle" : " 4.3.10" ,
79
79
"playServicesAuth" : " 19.2.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
15
15
jcenter()
16
16
}
17
17
dependencies {
18
- classpath 'com.google.firebase:firebase - crashlytics - gradle :2.8 .0 '
18
+ classpath 'com.google.firebase:firebase - crashlytics - gradle :2.8 .1 '
19
19
classpath(\\ "com.android.tools.build:gradle:4.1.0\\ ")
20
20
21
21
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ dependencies {
144
144
androidTestImplementation(project(path : ' :detox' ))
145
145
146
146
// These are beta, so they are not in the BoM yet. We have to specify the versions explicitly.
147
- androidTestImplementation ' com.google.firebase:firebase-appcheck-debug-testing:16.0.0-beta02 '
147
+ androidTestImplementation ' com.google.firebase:firebase-appcheck-debug-testing:16.0.0-beta04 '
148
148
}
149
149
150
150
apply from : file(' ../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle' ); applyNativeModulesAppBuildGradle(project)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildscript {
35
35
classpath ' com.android.tools.build:gradle:7.0.3'
36
36
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
37
37
classpath ' com.google.firebase:perf-plugin:1.4.0'
38
- classpath ' com.google.firebase:firebase-crashlytics-gradle:2.8.0 '
38
+ classpath ' com.google.firebase:firebase-crashlytics-gradle:2.8.1 '
39
39
classpath ' com.google.firebase:firebase-appdistribution-gradle:2.2.0'
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments