Skip to content

Commit

Permalink
[readme][library] add: info about the jcenter published dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoslacz committed Aug 23, 2016
1 parent dfc031c commit 00940f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ You are able to use all of the Mosby's MVP Views with Moviper. MvpFragment, MvpL

## Dependency

I haven't yet deployed the library to any repo, so for now you will have to do a `git clone` and manually link the library to your project like [this](http://stackoverflow.com/a/31366602/3898686). I will deploy the library very soon.
```groovy
dependencies {
compile 'com.mateuszkoslacz.moviper:moviper:1.0.0'
}
```

## Getting started

Expand Down

0 comments on commit 00940f1

Please sign in to comment.