From 40df6c8f6be4d7cd21273997b08650dbcec823a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:58:35 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.7.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc9bff0..3856734 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ buildscript { androidxJunit : 'androidx.test.ext:junit:1.1.3', androidxLifecycle : 'androidx.lifecycle:lifecycle-common:2.4.0', androidxStartup : 'androidx.startup:startup-runtime:1.1.0', - androidxTestRunner : 'androidx.test:runner:1.4.0', + androidxTestRunner : 'androidx.test:runner:1.7.0', junit : 'junit:junit:4.13.2', composeUi : "androidx.compose.ui:ui:${versions.composeUi}", runtime : "androidx.compose.runtime:runtime:${versions.composeUi}",