diff --git a/android/build.gradle b/android/build.gradle index 5eafe88c..e5f8f06f 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.14.1' + testImplementation 'org.robolectric:robolectric:4.15.1' } testOptions {