diff --git a/library/build.gradle b/library/build.gradle index 8bee62b..19eebbd 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -61,7 +61,7 @@ dependencies { androidTestImplementation 'androidx.test:core-ktx:1.4.0' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestImplementation 'androidx.test:core:1.4.0' + androidTestImplementation 'androidx.test:core:1.6.1' androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') { exclude group: 'androidx.test', module: 'monitor' }