Update test libraries

This commit is contained in:
Mygod
2018-10-08 12:59:12 +08:00
parent a14f324a90
commit c057785306

View File

@@ -72,8 +72,8 @@ dependencies {
baseImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.5' baseImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
testImplementation "androidx.room:room-testing:$roomVersion" testImplementation "androidx.room:room-testing:$roomVersion"
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4' androidTestImplementation 'androidx.test:runner:1.1.0-beta01'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta01'
} }
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Base")) if (getGradle().getStartParameter().getTaskRequests().toString().contains("Base"))