diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index cfcd453d..c3c59d9a 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -16,7 +16,7 @@ dependencies { kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion" testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.8.1' + testImplementation 'org.robolectric:robolectric:4.9' debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0' }