From 4ef2ebc6c311357c4ca91b4cea241d33162351c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 03:54:27 +0000 Subject: [PATCH] Update dependency androidx.test:core-ktx to v1.7.0 | datasource | package | from | to | | ---------- | ---------------------- | ----- | ----- | | maven | androidx.test:core-ktx | 1.4.0 | 1.7.0 | --- buildSrc/src/main/kotlin/deps.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index 80cc812..84959cf 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -148,7 +148,7 @@ object deps { const val junit = "junit:junit:4.13.2" object androidx { - const val core = "androidx.test:core-ktx:1.4.0" + const val core = "androidx.test:core-ktx:1.7.0" const val junit = "androidx.test.ext:junit-ktx:1.1.3" object espresso {