Skip to content

Commit

Permalink
compile -> implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmoelter committed May 1, 2018
1 parent d0afd94 commit 1bd6244
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Add the dependencies you need in your `build.gradle`:
### Core library

```groovy
compile 'com.wealthfront:magellan:1.1.0'
implementation 'com.wealthfront:magellan:1.1.0'
```
### Optional add-ons

```groovy
def magellanVersion = '1.1.0'
compile "com.wealthfront:magellan:${magellanVersion}"
compile "com.wealthfront:magellan-support:${magellanVersion}"
compile "com.wealthfront:magellan-rx:${magellanVersion}"
compile "com.wealthfront:magellan-rx2:${magellanVersion}"
implementation "com.wealthfront:magellan:${magellanVersion}"
implementation "com.wealthfront:magellan-support:${magellanVersion}"
implementation "com.wealthfront:magellan-rx:${magellanVersion}"
implementation "com.wealthfront:magellan-rx2:${magellanVersion}"
```

### Coming soon
Expand Down

0 comments on commit 1bd6244

Please sign in to comment.