Merge pull request #4518 from vector-im/dependabot/gradle/org.robolectric-robolectric-4.7.1

Bump robolectric from 4.7 to 4.7.1
This commit is contained in:
Benoit Marty 2021-11-19 09:28:16 +01:00 committed by GitHub
commit b22a3af090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ dependencies {
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.37'
testImplementation libs.tests.junit
testImplementation 'org.robolectric:robolectric:4.7'
testImplementation 'org.robolectric:robolectric:4.7.1'
//testImplementation 'org.robolectric:shadows-support-v4:3.0'
// Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281
testImplementation libs.mockk.mockk