Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jan 10, 2016
1 parent 74ee04c commit 61a0435
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apply plugin: 'com.neenbedankt.android-apt'
Add dependencies to your application gradle build file (only compile 'io.fabianterhorst:iron:0.5.2' is required)

```groovy
compile 'io.fabianterhorst:iron:0.5.8'
compile 'io.fabianterhorst:iron:0.6.0'
compile 'io.fabianterhorst:iron-retrofit:0.3'
compile 'io.fabianterhorst:iron-encryption:0.3'
//is only required for using the compiler
Expand Down Expand Up @@ -283,12 +283,12 @@ allprojects {
//Latest commit
compile 'com.github.FabianTerhorst:Iron:-SNAPSHOT'
compile 'com.github.fabianterhorst.iron:iron-retrofit:0.5.8'
compile 'com.github.fabianterhorst.iron:iron:0.5.8'
compile 'com.github.fabianterhorst.iron:iron-encryption:0.5.8'
compile 'com.github.fabianterhorst.iron:iron-retrofit:0.6.0'
compile 'com.github.fabianterhorst.iron:iron:0.6.0'
compile 'com.github.fabianterhorst.iron:iron-encryption:0.6.0'
//is only required for using the compiler
compile 'com.github.fabianterhorst.iron:iron-annotations:0.5.8'
apt 'com.github.fabianterhorst.iron:iron-compiler:0.5.8'
compile 'com.github.fabianterhorst.iron:iron-annotations:0.6.0'
apt 'com.github.fabianterhorst.iron:iron-compiler:0.6.0'
```

### License
Expand Down

0 comments on commit 61a0435

Please sign in to comment.