From 3331731705a1561a236204fe68440d1a278b71c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 23:55:01 +0000 Subject: [PATCH] Update dependency androidx.test:core to v1.7.0 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 8bee62b..81b28d6 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.7.0' androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') { exclude group: 'androidx.test', module: 'monitor' }