diff --git a/filepicker/build.gradle b/filepicker/build.gradle index 00d40ca..970c1db 100644 --- a/filepicker/build.gradle +++ b/filepicker/build.gradle @@ -51,5 +51,5 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' }