Skip to content

Commit f6949c9

Browse files
committed
feat(sdks): firebase-ios-sdk 8.10.0 / firebase-android-sdk 29.0.1
bump all firebase native SDKs, note crashlytics android plugin 2.8.1 now
1 parent c0bb2b8 commit f6949c9

File tree

8 files changed

+328
-328
lines changed

8 files changed

+328
-328
lines changed

docs/crashlytics/android-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

packages/app-check/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

9898
ReactNative.shared.applyPackageVersion()

packages/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
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"

packages/crashlytics/plugin/__tests__/__snapshots__/androidPlugin.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

150150
apply from: file('../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle'); applyNativeModulesAppBuildGradle(project)

tests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)