Skip to content

Commit 76087bf

Browse files
committed
add testing prefix
1 parent 53a70dc commit 76087bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

firebase-dataconnect/connectors/connectors.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
androidTestImplementation(libs.kotest.assertions)
8787
androidTestImplementation(libs.kotest.property)
8888
androidTestImplementation(libs.kotlin.coroutines.test)
89-
androidTestImplementation(libs.three.ten.abp)
89+
androidTestImplementation(libs.testonly.three.ten.abp)
9090
androidTestImplementation(libs.truth)
9191
androidTestImplementation(libs.truth.liteproto.extension)
9292
androidTestImplementation(libs.turbine)

firebase-dataconnect/testutil/testutil.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation(libs.mockk)
6464
implementation(libs.protobuf.java.lite)
6565
implementation(libs.robolectric)
66-
implementation(libs.three.ten.abp)
66+
implementation(libs.testonly.three.ten.abp)
6767
implementation(libs.truth)
6868
}
6969

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ turbine = { module = "app.cash.turbine:turbine", version = "1.0.0" }
9898
# correspondingly-named classes from the java.time package, which should be drop-in replacements.
9999
# Do not use three-ten-abp in production code (it's only for tests) because it has performance
100100
# issues.
101-
three-ten-abp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.4.7" }
101+
testonly-three-ten-abp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.4.7" }
102102

103103
[bundles]
104104
kotest = ["kotest-runner", "kotest-assertions", "kotest-property", "kotest-property-arbs"]

0 commit comments

Comments
 (0)