[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Updates to espresso docs #2461

Merged
merged 4 commits into from
Jan 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
collinjackson committed Jan 11, 2020
commit beac5dcdfffce3941a7dc5e7685e3b4d48c3aa51
4 changes: 2 additions & 2 deletions packages/espresso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Add the following dependencies in android/app/build.gradle:
```groovy
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation "com.google.truth:truth:1.0" // new
testImplementation "com.google.truth:truth:1.0"
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
api 'androidx.test:core:1.2.0' // new
api 'androidx.test:core:1.2.0'
}
```

Expand Down