Skip to content

Commit ea421b3

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ That's it. If install works and you have added a GitHub release it should work j
3838

3939
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+
```gradle
4142
dependencies {
4243
compile project(':library')
4344
}
44-
45+
```

0 commit comments

Comments
 (0)