Skip to content

Commit 46f5987

Browse files
Update dependency org.robolectric:robolectric to v4.15.1 (#538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1519d94 commit 46f5987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ dependencies {
130130

131131
// TODO: Bump to latest after Espresso 3.5.0 goes stable
132132
// (due to https://github.com/robolectric/robolectric/issues/6593)
133-
testImplementation 'org.robolectric:robolectric:4.15'
133+
testImplementation 'org.robolectric:robolectric:4.15.1'
134134
}
135135

136136
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {

0 commit comments

Comments
 (0)