From 8ca06064cc44a8ce0b21e84baf60ec6a2e3a3d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:01:17 -0400 Subject: [PATCH] all: bump `androidx.test:runner` to 1.6.2 (fixes #2111) (#2109) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8593d6245..7ab6e32f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,7 +87,7 @@ dependencies { implementation 'com.github.parse-community:ParseLiveQuery-Android:1.2.2' implementation 'com.github.parse-community.Parse-SDK-Android:parse:4.3.0' implementation 'com.google.code.gson:gson:2.11.0' - androidTestImplementation 'androidx.test:runner:1.6.1' + androidTestImplementation 'androidx.test:runner:1.6.2' implementation 'me.aflak.libraries:bluetooth:1.3.9' implementation 'com.caverock:androidsvg-aar:1.4' implementation "androidx.core:core-ktx:1.13.1"