1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-24 10:56:50 +01:00

Update robolectric to 4.12.2

This commit is contained in:
José Rebelo 2024-07-03 00:09:38 +01:00
parent c2e57df09b
commit 603f8ea06f

View File

@ -205,7 +205,7 @@ dependencies {
implementation 'androidx.camera:camera-lifecycle:1.2.3' implementation 'androidx.camera:camera-lifecycle:1.2.3'
testImplementation "junit:junit:4.13.2" testImplementation "junit:junit:4.13.2"
testImplementation "org.mockito:mockito-core:2.28.2" testImplementation "org.mockito:mockito-core:2.28.2"
testImplementation "org.robolectric:robolectric:4.12" testImplementation "org.robolectric:robolectric:4.12.2"
testImplementation "org.hamcrest:hamcrest-library:2.2" testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation "com.google.code.gson:gson:2.8.9" testImplementation "com.google.code.gson:gson:2.8.9"