Update robolectric to 4.11.1

This commit is contained in:
Vincent Breitmoser
2024-01-29 13:15:50 +01:00
parent 4dd3391c9f
commit 40f45521c3
20 changed files with 120 additions and 137 deletions

View File

@@ -68,7 +68,7 @@ dependencies {
// http://robolectric.org/getting-started/
// http://www.vogella.com/tutorials/Robolectric/article.html
testImplementation 'junit:junit:4.13'
testImplementation ('org.robolectric:robolectric:3.8') {
testImplementation ('org.robolectric:robolectric:4.11.1') {
exclude group: 'org.bouncycastle', module: 'bcprov-jdk18on'
}
testImplementation 'org.mockito:mockito-core:2.18.0'