Skip to content

Commit

Permalink
Added test runner and test rules update (#654)
Browse files Browse the repository at this point in the history
* Added Test Updates
* Added Removal of ActivityTestRule
* Update build.gradle
* Update build.gradle
  • Loading branch information
Akash-Ramjyothi authored Sep 26, 2020
1 parent 02345f1 commit 40978c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40978c8

Please sign in to comment.