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 {
4040 // ..
4141 dependencies {
4242 // ..
43- classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.0 '
43+ classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1 '
4444 }
4545 // ..
4646}
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ project.ext {
192192 // Overriding Library SDK Versions
193193 firebase: [
194194 // Override Firebase SDK Version
195- bom : "29.0.0 "
195+ bom : "29.0.1 "
196196 ],
197197 ],
198198 ])
@@ -207,7 +207,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
207207
208208``` ruby
209209# Override Firebase SDK Version
210- $FirebaseSDKVersion = ' 8.9 .0'
210+ $FirebaseSDKVersion = ' 8.10 .0'
211211```
212212
213213Once 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 {
9191 api appProject
9292 implementation platform(" com.google.firebase:firebase-bom:${ ReactNative.ext.getVersion('firebase', 'bom')} " )
9393 // 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 '
9696}
9797
9898ReactNative . shared. applyPackageVersion()
Original file line number Diff line number Diff line change 6565 },
6666 "sdkVersions" : {
6767 "ios" : {
68- "firebase" : " 8.9.1 "
68+ "firebase" : " 8.10.0 "
6969 },
7070 "android" : {
7171 "minSdk" : 21 ,
7272 "targetSdk" : 31 ,
7373 "compileSdk" : 31 ,
7474 "buildTools" : " 30.0.3" ,
75- "firebase" : " 29.0.0 " ,
76- "firebaseCrashlyticsGradle" : " 2.8.0 " ,
75+ "firebase" : " 29.0.1 " ,
76+ "firebaseCrashlyticsGradle" : " 2.8.1 " ,
7777 "firebasePerfGradle" : " 1.4.0" ,
7878 "gmsGoogleServicesGradle" : " 4.3.10" ,
7979 "playServicesAuth" : " 19.2.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515 jcenter()
1616 }
1717 dependencies {
18- classpath 'com.google.firebase:firebase - crashlytics - gradle :2.8 .0 '
18+ classpath 'com.google.firebase:firebase - crashlytics - gradle :2.8 .1 '
1919 classpath(\\ "com.android.tools.build:gradle:4.1.0\\ ")
2020
2121 // 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 {
144144 androidTestImplementation(project(path : ' :detox' ))
145145
146146 // 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 '
148148}
149149
150150apply 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 {
3535 classpath ' com.android.tools.build:gradle:7.0.3'
3636 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
3737 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 '
3939 classpath ' com.google.firebase:firebase-appdistribution-gradle:2.2.0'
4040 }
4141}
You can’t perform that action at this time.
0 commit comments