Skip to content

Commit 1fdd5f8

Browse files
---
updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcb34cb commit 1fdd5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
testImplementation 'org.jetbrains.kotlin:kotlin-test'
8282
testImplementation 'io.mockk:mockk:1.13.8'
8383
testImplementation 'junit:junit:4.13.2'
84-
testImplementation 'org.robolectric:robolectric:4.9'
84+
testImplementation 'org.robolectric:robolectric:4.12.2'
8585
}
8686

8787
testOptions {

0 commit comments

Comments
 (0)