diff --git a/library/build.gradle b/library/build.gradle index ca269c7..c9efc02 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -63,7 +63,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:core:1.4.0' - androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') { + androidTestImplementation('androidx.fragment:fragment-testing:1.5.6') { exclude group: 'androidx.test', module: 'monitor' } implementation 'androidx.appcompat:appcompat:1.5.1'