Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jun 22, 2016
1 parent e7d6e8e commit aa4ebdc
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 @@ -34,15 +34,15 @@ Add dependencies to your application gradle build file

The Core
```groovy
compile 'io.fabianterhorst:iron:0.7.3'
compile 'io.fabianterhorst:iron:0.8.0'
```
The Extensions
```groovy
compile 'io.fabianterhorst:iron-retrofit:0.4.4'
compile 'io.fabianterhorst:iron-encryption:0.4.3'
compile 'io.fabianterhorst:iron-retrofit:0.8.0'
compile 'io.fabianterhorst:iron-encryption:0.8.0'
//is only required for using the compiler
compile 'io.fabianterhorst:iron-annotations:0.2'
apt 'io.fabianterhorst:iron-compiler:0.4'
compile 'io.fabianterhorst:iron-annotations:0.8.0'
apt 'io.fabianterhorst:iron-compiler:0.8.0'
```

Initiate Iron instance with application context
Expand Down

0 comments on commit aa4ebdc

Please sign in to comment.