diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 187cf5f0462..67e5eee74bd 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -159,7 +159,7 @@ dependencies { implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.37' testImplementation libs.tests.junit - testImplementation 'org.robolectric:robolectric:4.6.1' + testImplementation 'org.robolectric:robolectric:4.7' //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