Skip to content

Commit 1bbb210

Browse files
committed
Update Robolectric to latest version
1 parent 6221dea commit 1bbb210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testImplementation 'androidx.test:rules:1.4.0'
4646
testImplementation 'androidx.test.ext:junit:1.1.3'
4747
testImplementation "junit:junit:$junit_version"
48-
testImplementation 'org.robolectric:robolectric:4.6.1'
48+
testImplementation 'org.robolectric:robolectric:4.13'
4949
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
5050
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5151
}

0 commit comments

Comments
 (0)