diff --git a/app/build.gradle b/app/build.gradle index 08b706c3..a462508c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ dependencies { androidTestImplementation ("androidx.test.espresso:espresso-idling-resource:${Versions.androidxEspresso}") { exclude group: 'org.checkerframework', module: 'checker' } - androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0-native-mt" //1.2.1 + androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1-native-mt" //1.2.1 androidTestImplementation "androidx.arch.core:core-testing:2.1.0" androidTestImplementation "com.google.truth:truth:1.1.3"