Skip to content

Commit

Permalink
Correct artifact Maven coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Aug 16, 2020
1 parent ef986e6 commit 05e2757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
jcenter()
}
dependencies {
androidTestImplementation "com.github.stoyicker.espresso-onautoscrolledtoview:library:<version>"
androidTestImplementation "com.github.stoyicker.onautoscrolledtoview:library:<version>"
}
```

Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ dependencies {
androidTestImplementation "androidx.test:rules:1.2.0"
androidTestImplementation "androidx.test:runner:1.2.0"
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
// Replace by "com.github.stoyicker.espresso-onautoscrolledtoview:library:$version" in your build.gradle
// Replace by "com.github.stoyicker.onautoscrolledtoview:library:$version" in your build.gradle
androidTestImplementation project(path: ":library")
}

0 comments on commit 05e2757

Please sign in to comment.