From 40978c8f59ec1d39899013858e1e4dcf28736db4 Mon Sep 17 00:00:00 2001 From: Akash-Ramjyothi <54114888+Akash-Ramjyothi@users.noreply.github.com> Date: Sat, 26 Sep 2020 22:54:31 +0530 Subject: [PATCH] Added test runner and test rules update (#654) * Added Test Updates * Added Removal of ActivityTestRule * Update build.gradle * Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f91d19c2f..690696f46 100644 --- a/build.gradle +++ b/build.gradle @@ -152,8 +152,8 @@ dependencies { testImplementation 'junit:junit:4.13' testImplementation 'org.robolectric:shadows-multidex:3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test:rules:1.2.0' + androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test:rules:1.3.0' androidTestImplementation "androidx.annotation:annotation:1.1.0" // Dagger