From 61a32247376e5308728cfc08a4ba540ab1203651 Mon Sep 17 00:00:00 2001 From: GKF Date: Thu, 30 May 2019 13:58:25 +0800 Subject: [PATCH] up build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e90ef8109..64de5fe3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' }