Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Nov 7, 2023
1 parent ce9a8d1 commit 35d27cd
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 @@ -29,15 +29,15 @@ Add the dependency to your `build.gradle` (Gradle Groovy):

```gradle
dependencies {
androidTestImplementation 'io.github.danielepantaleone:kttestexpectation:1.0.0'
androidTestImplementation 'io.github.danielepantaleone:kttestexpectation:1.0.1'
}
```

or `build.gradle.kts` (Kotlin DSL):

```gradle
dependencies {
androidTestImplementation("io.github.danielepantaleone:kttestexpectation:1.0.0")
androidTestImplementation("io.github.danielepantaleone:kttestexpectation:1.0.1")
}
```

Expand Down

0 comments on commit 35d27cd

Please sign in to comment.