From 160a44e719fc85b60acd7d545ff51bd4feffa530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:59:47 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-testing to v1.5.1 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index a049488..cab5ccb 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -60,7 +60,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.0') { + androidTestImplementation('androidx.fragment:fragment-testing:1.5.1') { exclude group: 'androidx.test', module: 'monitor' } implementation 'androidx.appcompat:appcompat:1.4.2'