From 559ec768ed2387bb8bd9fce0acaf79ab999c39bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:28:09 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:core to v1.7.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e1d72852f..95009eaa9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -326,7 +326,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation 'androidx.arch.core:core-testing:2.2.0' - androidTestImplementation "androidx.test:core:1.6.1" + androidTestImplementation "androidx.test:core:1.7.0" androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" androidTestImplementation 'androidx.test:core-ktx:1.7.0'