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 1519d94 commit 46f5987Copy full SHA for 46f5987
AccessibilityCodelab/app/build.gradle
@@ -130,7 +130,7 @@ dependencies {
130
131
// TODO: Bump to latest after Espresso 3.5.0 goes stable
132
// (due to https://github.com/robolectric/robolectric/issues/6593)
133
- testImplementation 'org.robolectric:robolectric:4.15'
+ testImplementation 'org.robolectric:robolectric:4.15.1'
134
}
135
136
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
0 commit comments