Skip to content

Commit d00f779

Browse files
committed
Updated README.md (maven package)
1 parent bb7bcee commit d00f779

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Also, read how it was done in [our blog](https://yalantis.com/blog/star-wars-the
1818

1919
##Usage
2020

21+
Add to your module's build.gradle:
22+
```Groovy
23+
dependencies {
24+
//...
25+
compile 'com.yalantis:starwarstiles:0.1.0'
26+
}
27+
```
28+
2129
Wrap your fragment or activity main view in TilesFrameLayout:
2230
```xml
2331
<com.yalantis.starwars.TilesFrameLayout

0 commit comments

Comments
 (0)