File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,10 @@ dependencies {
79
79
testImplementation(libs.robolectric)
80
80
testImplementation(libs.truth)
81
81
82
- androidTestImplementation(project(" :integ-testing" ))
82
+ androidTestImplementation(project(" :integ-testing" )) {
83
+ exclude(" com.google.firebase" ," firebase-common" )
84
+ exclude(" com.google.firebase" ," firebase-common-ktx" )
85
+ }
83
86
androidTestImplementation(libs.androidx.test.junit)
84
87
androidTestImplementation(libs.androidx.test.runner)
85
88
androidTestImplementation(libs.junit)
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ android {
36
36
}
37
37
38
38
dependencies {
39
- implementation(project( " :firebase-common" ) )
40
- implementation(project( " :firebase-common:ktx " ) )
41
- implementation(project( " :firebase-components" ) )
39
+ implementation(" com.google.firebase :firebase-common-ktx:20.4.0 " )
40
+ implementation(" com.google.firebase :firebase-common:20.4.0 " )
41
+ implementation(" com.google.firebase :firebase-components:17.1.3 " )
42
42
implementation(libs.androidx.test.runner)
43
43
implementation(libs.junit)
44
44
implementation(libs.kotlin.coroutines.test)
You can’t perform that action at this time.
0 commit comments