From e256d988fccff614f663085e3d1e6ddd589d351e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 27 Aug 2020 15:28:11 +0530 Subject: [PATCH] Update test dependencies Signed-off-by: Harsh Shandilya --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5ff4a5a4..e51eb485 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation "androidx.compose.ui:ui-unit:$compose_version" implementation "androidx.ui:ui-tooling:$compose_version" testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test.ext:junit:1.1.2-alpha05' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha05' + androidTestImplementation 'androidx.test.ext:junit:1.1.2-rc03' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-rc03' androidTestImplementation "androidx.ui:ui-test:$compose_version" }