We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d6e8e commit aa4ebdcCopy full SHA for aa4ebdc
1 file changed
README.md
@@ -34,15 +34,15 @@ Add dependencies to your application gradle build file
34
35
The Core
36
```groovy
37
-compile 'io.fabianterhorst:iron:0.7.3'
+compile 'io.fabianterhorst:iron:0.8.0'
38
```
39
The Extensions
40
41
-compile 'io.fabianterhorst:iron-retrofit:0.4.4'
42
-compile 'io.fabianterhorst:iron-encryption:0.4.3'
+compile 'io.fabianterhorst:iron-retrofit:0.8.0'
+compile 'io.fabianterhorst:iron-encryption:0.8.0'
43
//is only required for using the compiler
44
-compile 'io.fabianterhorst:iron-annotations:0.2'
45
-apt 'io.fabianterhorst:iron-compiler:0.4'
+compile 'io.fabianterhorst:iron-annotations:0.8.0'
+apt 'io.fabianterhorst:iron-compiler:0.8.0'
46
47
48
Initiate Iron instance with application context
0 commit comments