Skip to content

Commit 807ee9d

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

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,12 @@ After these changes you should be able to run:
3333
gradle install
3434

3535
That's it. If install works and you have added a GitHub release it should work jitpack.io
36+
37+
# Adding a sample app
38+
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:
40+
41+
dependencies {
42+
compile project(':myLibrary')
43+
}
44+

0 commit comments

Comments
 (0)