From 37d426f978ce1bf7b7946e55b5e66b6eb28ac202 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 01:21:28 +0000 Subject: [PATCH] Update dependency androidx.test:core-ktx to v1.6.1 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 8bee62b..3f84da0 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.1' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:core:1.4.0'