File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
firebase-appdistribution-api
firebase-installations-interop Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ android {
38
38
}
39
39
40
40
dependencies {
41
- implementation ' org.jetbrains:annotations:15.0'
42
41
implementation ' com.google.firebase:firebase-components:17.1.0'
43
42
implementation ' com.google.firebase:firebase-common:20.3.1'
44
43
implementation ' com.google.android.gms:play-services-tasks:18.0.1'
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ android {
39
39
}
40
40
41
41
dependencies {
42
- implementation ' com.google.android.gms:play-services-tasks:18.0.1'
42
+ implementation ' com.google.android.gms:play-services-tasks:18.0.1'
43
43
implementation ' com.google.firebase:firebase-annotations:16.2.0'
44
44
45
45
compileOnly " com.google.auto.value:auto-value-annotations:1.6.5"
46
- annotationProcessor " com.google.auto.value:auto-value:1.6.2"
46
+ annotationProcessor " com.google.auto.value:auto-value:1.6.2"
47
47
}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dependencies {
83
83
if (project. hasProperty(" fireperfBuildForAutopush" )) {
84
84
println (" Building with HEAD version ':firebase-perf' of SDK" )
85
85
implementation project(" :firebase-perf" )
86
- implementation " com.google.firebase :firebase-common:20.3.1 "
86
+ implementation project( " :firebase-common" )
87
87
implementation project(" :firebase-config" )
88
88
89
89
} else {
You can’t perform that action at this time.
0 commit comments