Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit d8d0b8b

Browse files
committed
Remove ui test version ref
1 parent f2e3d97 commit d8d0b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
7171
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
7272
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
7373
androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
74-
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidxComposeUiTest" }
74+
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4" }
7575
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
7676
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
7777
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }

0 commit comments

Comments
 (0)