diff --git a/android/build.gradle b/android/build.gradle index c9ac80e4..3b30bd6d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -81,7 +81,7 @@ android { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'io.mockk:mockk:1.13.8' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.9' + testImplementation 'org.robolectric:robolectric:4.13' } testOptions {