Changed: Bump Robolectric to 4.10

This commit is contained in:
utzcoz 2023-04-16 11:22:21 +08:00 committed by agnostic-apollo
parent 9b274f9a0d
commit 93eafffb90
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ android {
dependencies {
testImplementation "junit:junit:4.13.2"
testImplementation "org.robolectric:robolectric:4.9.2"
testImplementation "org.robolectric:robolectric:4.10"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
}