We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0b08b commit 08cbb5fCopy full SHA for 08cbb5f
1 file changed
app/build.gradle.kts
@@ -111,7 +111,7 @@ dependencies {
111
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
112
// Robolectric is available for tests that must touch Android framework classes;
113
// prefer extracting pure functions over using it (see Plan 007).
114
- testImplementation("org.robolectric:robolectric:4.16")
+ testImplementation("org.robolectric:robolectric:4.16.1")
115
116
// Instrumented tests (androidTest) — Room migration verification on a real SQLite.
117
// Runs on a device/emulator (see .depot/workflows/android-instrumented.yml), not the JVM.
0 commit comments