@@ -30,12 +30,12 @@ apply plugin: 'com.neenbedankt.android-apt'
3030Add dependencies to your application gradle build file (the compiler and the retrofit extension is optional)
3131
3232``` groovy
33- compile 'io.fabianterhorst:iron:0.5.1 '
33+ compile 'io.fabianterhorst:iron:0.5.2 '
3434compile 'io.fabianterhorst:iron-retrofit:0.3'
3535compile 'io.fabianterhorst:iron-encryption:0.2'
3636//is only required for using the compiler
3737compile 'io.fabianterhorst:iron-annotations:0.1'
38- apt 'io.fabianterhorst:iron-compiler:0.3'
38+ apt 'io.fabianterhorst:iron-compiler:0.3.1 '
3939```
4040
4141Initiate Iron instance with application context
@@ -261,12 +261,12 @@ allprojects {
261261//Latest commit
262262compile 'com.github.FabianTerhorst:Iron:-SNAPSHOT'
263263
264- compile 'com.github.fabianterhorst.iron:iron-retrofit:0.5.1 '
265- compile 'com.github.fabianterhorst.iron:iron:0.5.1 '
266- compile 'com.github.fabianterhorst.iron:iron-encryption:0.5.1 '
264+ compile 'com.github.fabianterhorst.iron:iron-retrofit:0.5.2 '
265+ compile 'com.github.fabianterhorst.iron:iron:0.5.2 '
266+ compile 'com.github.fabianterhorst.iron:iron-encryption:0.5.2 '
267267//is only required for using the compiler
268- compile 'com.github.fabianterhorst.iron:iron-annotations:0.5.1 '
269- apt 'com.github.fabianterhorst.iron:iron-compiler:0.5.1 '
268+ compile 'com.github.fabianterhorst.iron:iron-annotations:0.5.2 '
269+ apt 'com.github.fabianterhorst.iron:iron-compiler:0.5.2 '
270270```
271271
272272### License
0 commit comments