File tree Expand file tree Collapse file tree 4 files changed +116
-125
lines changed Expand file tree Collapse file tree 4 files changed +116
-125
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ buildscript {
38
38
// ..
39
39
dependencies {
40
40
// ..
41
- classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.0 '
41
+ classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1 '
42
42
}
43
43
// ..
44
44
}
Original file line number Diff line number Diff line change 62
62
},
63
63
"sdkVersions" : {
64
64
"ios" : {
65
- "firebase" : " 8.1.1 "
65
+ "firebase" : " 8.2.0 "
66
66
},
67
67
"android" : {
68
68
"minSdk" : 16 ,
69
69
"targetSdk" : 30 ,
70
70
"compileSdk" : 30 ,
71
71
"buildTools" : " 30.0.2" ,
72
- "firebase" : " 28.1 .0" ,
72
+ "firebase" : " 28.2 .0" ,
73
73
"playServicesAuth" : " 19.0.0"
74
74
}
75
75
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildscript {
35
35
classpath ' com.android.tools.build:gradle:4.2.1'
36
36
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
37
37
classpath ' com.google.firebase:perf-plugin:1.4.0'
38
- classpath ' com.google.firebase:firebase-crashlytics-gradle:2.7.0 '
38
+ classpath ' com.google.firebase:firebase-crashlytics-gradle:2.7.1 '
39
39
}
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments