Skip to content

Commit 8897127

Browse files
committed
Fix build errors
1 parent 602418e commit 8897127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ turbine = "1.2.1"
3939
robolectric = "4.16.1"
4040
androidxTest = "1.7.0"
4141
androidxTestJunit = "1.3.0"
42-
androidTestRunner = "1.3.0-beta01"
42+
androidTestRunner = "1.7.0"
4343
espresso = "3.7.0"
4444
mockito = "5.23.0"
4545
mockito-kotlin = "6.2.3"
@@ -100,7 +100,7 @@ mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref =
100100
turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
101101
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
102102
truth = { module = "com.google.truth:truth", version.ref = "truth" }
103-
android-test-runner = { module = "com.android.support.test:runner", version.ref = "androidTestRunner" }
103+
android-test-runner = { module = "androidx.test:runner", version.ref = "androidTestRunner" }
104104
profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "baselineProfiles" }
105105
macrobenchmark = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "macroBenchmark" }
106106
uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "uiAutomator" }

0 commit comments

Comments
 (0)