mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
build: fix ui-test dependency name
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
d917f7c881
commit
e93e6f0061
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ object Dependencies {
|
|||
const val daggerHilt = "com.google.dagger:hilt-android-testing:$DAGGER_HILT_VERSION"
|
||||
const val junit = "junit:junit:4.13.1"
|
||||
const val mockWebServer = "com.squareup.okhttp3:mockwebserver:4.6.0"
|
||||
const val uiTest = "androidx.ui:ui-test:$COMPOSE_VERSION"
|
||||
const val uiTest = "androidx.compose.ui:ui-test:$COMPOSE_VERSION"
|
||||
|
||||
object AndroidX {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue