diff --git a/android/build.gradle b/android/build.gradle index 9530184a..09b48c62 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -83,7 +83,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.14.1' } testOptions {