Skip to content

Commit 419102b

Browse files
committed
Update README.md
1 parent 807ee9d commit 419102b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ That's it. If install works and you have added a GitHub release it should work j
3636

3737
# Adding a sample app
3838

39-
If you add a sample app to the same repo then your app needs to have a dependency on the library. To do this in your app/build.gradle add a dependency:
39+
If you add a sample app to the same repo then your app needs to have a dependency on the library. To do this in your app/build.gradle add:
4040

41-
dependencies {
42-
compile project(':myLibrary')
43-
}
41+
dependencies {
42+
compile project(':library')
43+
}
4444

0 commit comments

Comments
 (0)