Skip to content

Commit

Permalink
fix(app, sdks): firebase-ios-sdk 10.1.0 / firebase-android-sdk 31.0.2
Browse files Browse the repository at this point in the history
also a bump to the app-distribution gradle plugin, but we only see that
in the test app
  • Loading branch information
mikehardy committed Oct 28, 2022
1 parent 05fa76a commit 8367c98
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 150 deletions.
2 changes: 1 addition & 1 deletion docs/app-distribution/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the plugin to your `/android/build.gradle` file as a dependency:
buildscript {
dependencies {
// ...
classpath 'com.google.firebase:firebase-appdistribution-gradle:3.0.3'
classpath 'com.google.firebase:firebase-appdistribution-gradle:3.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "31.0.1"
bom : "31.0.2"
],
],
])
Expand All @@ -230,7 +230,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '10.0.0'
$FirebaseSDKVersion = '10.1.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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
},
"sdkVersions": {
"ios": {
"firebase": "10.0.0",
"firebase": "10.1.0",
"iosTarget": "11.0",
"macosTarget": "10.13"
},
"android": {
"minSdk": 19,
"targetSdk": 33,
"compileSdk": 33,
"firebase": "31.0.1",
"firebase": "31.0.2",
"firebaseCrashlyticsGradle": "2.9.2",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.3.14",
Expand Down
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 "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.google.firebase:perf-plugin:1.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
classpath 'com.google.firebase:firebase-appdistribution-gradle:3.0.3'
classpath 'com.google.firebase:firebase-appdistribution-gradle:3.1.0'
}
}

Expand Down
Loading

1 comment on commit 8367c98

@vercel
Copy link

@vercel vercel bot commented on 8367c98 Oct 28, 2022

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.