We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547791a commit 771ce64Copy full SHA for 771ce64
buildSrc/src/main/kotlin/deps.kt
@@ -113,7 +113,7 @@ object deps {
113
114
object test {
115
const val junit = "junit:junit:4.13.2"
116
- const val androidxJunit = "androidx.test.ext:junit:1.1.2"
+ const val androidxJunit = "androidx.test.ext:junit:1.2.1"
117
const val androidXSspresso = "androidx.test.espresso:espresso-core:3.3.0"
118
119
const val mockk = "io.mockk:mockk:1.12.5"
0 commit comments