From c057785306db76a19f428d4d23e47fbd2e2ff82b Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 8 Oct 2018 12:59:12 +0800 Subject: [PATCH] Update test libraries --- mobile/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index c793448d..0d67aae6 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -72,8 +72,8 @@ dependencies { baseImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.5' testImplementation "androidx.room:room-testing:$roomVersion" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.0-alpha4' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4' + androidTestImplementation 'androidx.test:runner:1.1.0-beta01' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta01' } if (getGradle().getStartParameter().getTaskRequests().toString().contains("Base"))