Skip to content

Commit

Permalink
feat(sdks): firebase-ios-sdk 8.10.0 / firebase-android-sdk 29.0.1
Browse files Browse the repository at this point in the history
bump all firebase native SDKs, note crashlytics android plugin 2.8.1 now
  • Loading branch information
mikehardy committed Dec 2, 2021
1 parent c0bb2b8 commit f6949c9
Show file tree
Hide file tree
Showing 8 changed files with 328 additions and 328 deletions.
2 changes: 1 addition & 1 deletion docs/crashlytics/android-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildscript {
// ..
dependencies {
// ..
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
}
// ..
}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "29.0.0"
bom : "29.0.1"
],
],
])
Expand All @@ -207,7 +207,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '8.9.0'
$FirebaseSDKVersion = '8.10.0'
```

Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.
Expand Down
4 changes: 2 additions & 2 deletions packages/app-check/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ dependencies {
api appProject
implementation platform("com.google.firebase:firebase-bom:${ReactNative.ext.getVersion('firebase', 'bom')}")
// These are beta, so they are not in the BoM yet. We have to specify the versions explicitly.
implementation 'com.google.firebase:firebase-appcheck-safetynet:16.0.0-beta02'
implementation 'com.google.firebase:firebase-appcheck-debug:16.0.0-beta02'
implementation 'com.google.firebase:firebase-appcheck-safetynet:16.0.0-beta04'
implementation 'com.google.firebase:firebase-appcheck-debug:16.0.0-beta04'
}

ReactNative.shared.applyPackageVersion()
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
},
"sdkVersions": {
"ios": {
"firebase": "8.9.1"
"firebase": "8.10.0"
},
"android": {
"minSdk": 21,
"targetSdk": 31,
"compileSdk": 31,
"buildTools": "30.0.3",
"firebase": "29.0.0",
"firebaseCrashlyticsGradle": "2.8.0",
"firebase": "29.0.1",
"firebaseCrashlyticsGradle": "2.8.1",
"firebasePerfGradle": "1.4.0",
"gmsGoogleServicesGradle": "4.3.10",
"playServicesAuth": "19.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
classpath(\\"com.android.tools.build:gradle:4.1.0\\")
// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion tests/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies {
androidTestImplementation(project(path: ':detox'))

// These are beta, so they are not in the BoM yet. We have to specify the versions explicitly.
androidTestImplementation 'com.google.firebase:firebase-appcheck-debug-testing:16.0.0-beta02'
androidTestImplementation 'com.google.firebase:firebase-appcheck-debug-testing:16.0.0-beta04'
}

apply from: file('../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle'); applyNativeModulesAppBuildGradle(project)
2 changes: 1 addition & 1 deletion tests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.google.firebase:perf-plugin:1.4.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
classpath 'com.google.firebase:firebase-appdistribution-gradle:2.2.0'
}
}
Expand Down
Loading

1 comment on commit f6949c9

@vercel
Copy link

@vercel vercel bot commented on f6949c9 Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.