Skip to content

Commit 0f5d313

Browse files
authored
[RC] Don't remove config-interop from the build (#7130)
Excluding interop causes the test-app to fail to run. Internal b/430569929
1 parent 8a814e7 commit 0f5d313

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)