From 15192a0c41e76aa75abfe42b8e5d7860db768384 Mon Sep 17 00:00:00 2001 From: "rb-org-bot[bot]" <157908019+rb-org-bot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 00:28:49 +0000 Subject: [PATCH] fix(deps): update androidx.test and friends --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bf0d9c3e..538af097 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,10 +11,10 @@ agp = "8.10.1" androidx-appcompat = "1.7.1" androidx-core = "1.16.0" -androidx-test-core = "1.6.1" -androidx-test-rules = "1.6.1" -androidx-test-runner = "1.6.2" -androidx-test-ext = "1.2.1" +androidx-test-core = "1.7.0" +androidx-test-rules = "1.7.0" +androidx-test-runner = "1.7.0" +androidx-test-ext = "1.3.0" autoService = "1.1.1" autoValue = "1.11.0" buildconfig = "5.6.7"