Skip to content

Commit 07c7dac

Browse files
authored
Merge branch 'main' into rl.dep.rem.word
2 parents d5751e8 + 0f5d313 commit 07c7dac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

firebase-config/test-app/test-app.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)