File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ ext {
1212 androidCompileSdkVersion = 21
1313
1414 // Libraries
15- daggerVersion = ' 2.0'
15+ daggerVersion = ' 2.0.2 '
1616 butterKnifeVersion = ' 7.0.1'
17- recyclerViewVersion = ' 21.0.3 '
17+ recyclerViewVersion = ' 22.2.0 '
1818 rxJavaVersion = ' 1.0.14'
19- rxAndroidVersion = ' 0.25.0 '
19+ rxAndroidVersion = ' 1.0.1 '
2020 javaxAnnotationVersion = ' 1.0'
2121 gsonVersion = ' 2.3'
2222 okHttpVersion = ' 2.5.0'
23- androidAnnotationsVersion = ' 20.0 .0'
23+ androidAnnotationsVersion = ' 22.2 .0'
2424
2525 // Testing
2626 robolectricVersion = ' 3.0'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' me.tatarka:gradle-retrolambda:3.1.0 '
6+ classpath ' me.tatarka:gradle-retrolambda:3.2.3 '
77 }
88}
99
You can’t perform that action at this time.
0 commit comments