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 426a361 commit cd3d618Copy full SHA for cd3d618
gradle/libs.versions.toml
@@ -36,7 +36,7 @@ kotlin-test-main = { module = "org.jetbrains.kotlin:kotlin-test" }
36
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
37
ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version = "1.6.0" }
38
mockk = { module = "io.mockk:mockk", version = "1.14.2" }
39
-robolectric = { module = "org.robolectric:robolectric", version = "4.15" }
+robolectric = { module = "org.robolectric:robolectric", version = "4.15.1" }
40
41
gradle-android = { module = "com.android.tools.build:gradle", version = "8.8.2" }
42
gradle-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
0 commit comments