Update robolectric to 4.14.1

Provides Android 15 support
This commit is contained in:
emanuele-f
2025-01-01 18:03:04 +01:00
parent adbc33afe5
commit 264a2eafd6
+1 -1
View File
@@ -81,7 +81,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core:1.6.1'
testImplementation "org.robolectric:robolectric:4.11.1"
testImplementation "org.robolectric:robolectric:4.14.1"
// AndroidX
implementation 'androidx.appcompat:appcompat:1.7.0'