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 e0b6d23 commit eecc548Copy full SHA for eecc548
buildSrc/src/main/java/Config.kt
@@ -60,9 +60,9 @@ object Config {
60
val ktorClientOkHttp = "io.ktor:ktor-client-okhttp:2.3.6"
61
val ktorClientDarwin = "io.ktor:ktor-client-darwin:2.3.6"
62
63
- val roboelectric = "org.robolectric:robolectric:4.9"
64
- val junitKtx = "androidx.test.ext:junit-ktx:1.1.5"
65
- val mockitoCore = "org.mockito:mockito-core:5.4.0"
+ val roboelectric = "org.robolectric:robolectric:4.15.1"
+ val junitKtx = "androidx.test.ext:junit-ktx:1.2.1"
+ val mockitoCore = "org.mockito:mockito-core:5.18.0"
66
}
67
68
object Android {
0 commit comments