Skip to content

Commit

Permalink
feat(sdks): firebase-ios-sdk 7.9.0 / firebase-android-sdk 26.8.0
Browse files Browse the repository at this point in the history
includes a bump to crashlytics gradle plugin, used in our tests
  • Loading branch information
mikehardy committed Mar 26, 2021
1 parent 84f2742 commit 324f8ff
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 124 deletions.
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": "7.8.1"
"firebase": "7.9.0"
},
"android": {
"minSdk": 16,
"targetSdk": 30,
"compileSdk": 30,
"buildTools": "30.0.2",
"firebase": "26.7.0",
"firebase": "26.8.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 @@ -33,7 +33,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.google.firebase:perf-plugin:1.3.5'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2'
}
}

Expand Down
Loading

0 comments on commit 324f8ff

Please sign in to comment.