diff --git a/android/build.gradle b/android/build.gradle index 2cfdafe..a2e2dd6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -75,7 +75,7 @@ android { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'io.mockk:mockk:1.13.9' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.11.1' + testImplementation 'org.robolectric:robolectric:4.14' } testOptions {