Skip to content

Commit 50093f7

Browse files
Update dependency androidx.test:runner to v1.6.0-alpha02
1 parent 2faecf8 commit 50093f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
4646
implementation 'androidx.preference:preference:1.2.0'
4747
testImplementation 'junit:junit:4.13.2'
48-
androidTestImplementation 'androidx.test:runner:1.5.2'
48+
androidTestImplementation 'androidx.test:runner:1.6.0-alpha02'
4949
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5050
wearApp project(':wear')
5151
implementation "androidx.preference:preference:1.2.0"

trashapp_common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation 'androidx.appcompat:appcompat:1.6.0'
3838
implementation 'com.google.code.gson:gson:2.9.0'
3939
testImplementation 'junit:junit:4.13.2'
40-
androidTestImplementation 'androidx.test:runner:1.5.2'
40+
androidTestImplementation 'androidx.test:runner:1.6.0-alpha02'
4141
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4343
implementation "androidx.room:room-runtime:2.5.0"

0 commit comments

Comments
 (0)