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 {
12
12
androidCompileSdkVersion = 21
13
13
14
14
// Libraries
15
- daggerVersion = ' 2.0'
15
+ daggerVersion = ' 2.0.2 '
16
16
butterKnifeVersion = ' 7.0.1'
17
- recyclerViewVersion = ' 21.0.3 '
17
+ recyclerViewVersion = ' 22.2.0 '
18
18
rxJavaVersion = ' 1.0.14'
19
- rxAndroidVersion = ' 0.25.0 '
19
+ rxAndroidVersion = ' 1.0.1 '
20
20
javaxAnnotationVersion = ' 1.0'
21
21
gsonVersion = ' 2.3'
22
22
okHttpVersion = ' 2.5.0'
23
- androidAnnotationsVersion = ' 20.0 .0'
23
+ androidAnnotationsVersion = ' 22.2 .0'
24
24
25
25
// Testing
26
26
robolectricVersion = ' 3.0'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' me.tatarka:gradle-retrolambda:3.1.0 '
6
+ classpath ' me.tatarka:gradle-retrolambda:3.2.3 '
7
7
}
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments