From ce8c1eef89b3dc5cac29a229ea049fe9aff0b9ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:57:04 +0000 Subject: [PATCH] Update dependency androidx.test:core-ktx to v1.6.0 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 8bee62b..1eded1d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'androidx.databinding:viewbinding:7.4.2' implementation 'androidx.collection:collection:1.2.0' - androidTestImplementation 'androidx.test:core-ktx:1.4.0' + androidTestImplementation 'androidx.test:core-ktx:1.6.0' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:core:1.4.0'