build: fix ui-test dependency name

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-17 11:08:22 +05:30
parent d917f7c881
commit e93e6f0061
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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 {