Skip to content

Commit aa4ebdc

Browse files
update README
1 parent e7d6e8e commit aa4ebdc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ Add dependencies to your application gradle build file
3434

3535
The Core
3636
```groovy
37-
compile 'io.fabianterhorst:iron:0.7.3'
37+
compile 'io.fabianterhorst:iron:0.8.0'
3838
```
3939
The Extensions
4040
```groovy
41-
compile 'io.fabianterhorst:iron-retrofit:0.4.4'
42-
compile 'io.fabianterhorst:iron-encryption:0.4.3'
41+
compile 'io.fabianterhorst:iron-retrofit:0.8.0'
42+
compile 'io.fabianterhorst:iron-encryption:0.8.0'
4343
//is only required for using the compiler
44-
compile 'io.fabianterhorst:iron-annotations:0.2'
45-
apt 'io.fabianterhorst:iron-compiler:0.4'
44+
compile 'io.fabianterhorst:iron-annotations:0.8.0'
45+
apt 'io.fabianterhorst:iron-compiler:0.8.0'
4646
```
4747

4848
Initiate Iron instance with application context

0 commit comments

Comments
 (0)