Changed: Bump robolectric to 4.9.2

This commit is contained in:
utzcoz 2023-01-28 10:48:27 +08:00 committed by agnostic-apollo
parent b800f1cc81
commit 9b274f9a0d
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.4"
testImplementation "org.robolectric:robolectric:4.9.2"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
}