Skip to content

Commit 400b4c6

Browse files
committed
chore: bump androidx.test:core to 1.5.0 (latest)
1.5.0 was the latest 🤦
1 parent 9d6f53b commit 400b4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Config.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ object Config {
7979
const val mockito = "org.mockito:mockito-android:2.21.0"
8080
const val robolectric = "org.robolectric:robolectric:4.3.1"
8181

82-
const val core = "androidx.test:core:1.3.0"
82+
const val core = "androidx.test:core:1.5.0"
8383
const val archCoreTesting = "androidx.arch.core:core-testing:2.1.0"
8484
const val runner = "androidx.test:runner:1.3.0"
8585
const val rules = "androidx.test:rules:1.3.0"

0 commit comments

Comments
 (0)