Skip to content

Commit

Permalink
feat(app): bump SDKs: firebase-android-sdk 28.1.0 / firebase-ios-sdk …
Browse files Browse the repository at this point in the history
…8.1.1

Very important on the firebase-ios-sdk to avoid App Store Rejection:
firebase/firebase-ios-sdk#8222
  • Loading branch information
mikehardy committed Jun 11, 2021
1 parent 30b5bd5 commit d64e2e5
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 123 deletions.
2 changes: 1 addition & 1 deletion docs/crashlytics/android-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
// ..
dependencies {
// ..
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.6.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.0'
}
// ..
}
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
},
"sdkVersions": {
"ios": {
"firebase": "8.0.0"
"firebase": "8.1.1"
},
"android": {
"minSdk": 16,
"targetSdk": 30,
"compileSdk": 30,
"buildTools": "30.0.2",
"firebase": "28.0.1",
"firebase": "28.1.0",
"playServicesAuth": "19.0.0"
}
}
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 'com.android.tools.build:gradle:4.2.1'
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.6.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.0'
}
}

Expand Down
Loading

0 comments on commit d64e2e5

Please sign in to comment.