File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,7 @@ dependencies {
5454 implementation(project(" :firebase-crashlytics" )) {
5555 exclude(group = " com.google.firebase" , module = " firebase-config-interop" )
5656 }
57- implementation(project(" :firebase-config" )) {
58- exclude(group = " com.google.firebase" , module = " firebase-config-interop" )
59- }
57+ implementation(project(" :firebase-config" ))
6058
6159 // This is required since a `project` dependency on frc does not expose the APIs of its
6260 // "implementation" dependencies. The alternative would be to make common an "api" dep of
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ dependencies {
5555 api ' com.google.firebase:firebase-annotations:16.2.0'
5656 api(" com.google.firebase:firebase-common:21.0.0" )
5757 api(" com.google.firebase:firebase-components:18.0.0" )
58- api ' com.google.firebase:firebase-installations-interop:17.1.0'
5958 api(" com.google.firebase:firebase-installations-interop:17.1.1" )
6059
6160 implementation libs. kotlin. stdlib
You can’t perform that action at this time.
0 commit comments