From 50093f7b53ef4089cdd4943d64e155b2173d63c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:32:19 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.6.0-alpha02 --- mobile/build.gradle | 2 +- trashapp_common/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index b0b8cf9..21073ba 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.preference:preference:1.2.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.0-alpha02' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' wearApp project(':wear') implementation "androidx.preference:preference:1.2.0" diff --git a/trashapp_common/build.gradle b/trashapp_common/build.gradle index d820426..c39a8de 100644 --- a/trashapp_common/build.gradle +++ b/trashapp_common/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'com.google.code.gson:gson:2.9.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.0-alpha02' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.room:room-runtime:2.5.0"