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"