Skip to content

Commit

Permalink
Nit: Minor clarification to Android README comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Mar 31, 2024
1 parent 322a455 commit 7b8ef9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ android { /* ... */ }
dependencies {
// ...

// If used in tests run on the host
// If used in tests that are run on the host (i.e. your dev machine)
testImplementation("com.varabyte.truthish:truthish:0.6.5")

// If used in tests run on the device
// If used in tests that are run on the device
androidTestImplementation("com.varabyte.truthish:truthish:0.6.5")
}
```

0 comments on commit 7b8ef9a

Please sign in to comment.