up build.gradle

This commit is contained in:
GKF 2019-05-30 13:58:25 +08:00
parent 9c5f7f9716
commit 61a3224737

View File

@ -85,6 +85,6 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}