File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
ext {
2
2
versions = [
3
- support : " 27.0.0 " ,
4
- firebase : ' 11.4.2 ' ,
5
- okHttp : " 3.9.0 " ,
3
+ support : " 27.0.2 " ,
4
+ firebase : ' 11.8.0 ' ,
5
+ okHttp : " 3.9.1 " ,
6
6
retrofit : ' 2.3.0' ,
7
- dagger : ' 2.12 ' ,
7
+ dagger : ' 2.14.1 ' ,
8
8
butterKnife : ' 8.8.1' ,
9
9
rxJava : ' 2.1.5' ,
10
10
rxJavaAndroid : ' 2.0.1' ,
13
13
traceur : ' 1.0.1' ,
14
14
stetho : ' 1.5.0' ,
15
15
timber : ' 4.5.1' ,
16
- glide : ' 4.2 .0' ,
16
+ glide : ' 4.4 .0' ,
17
17
chuck : ' 1.1.0' ,
18
18
leakcanary : ' 1.5.4' ,
19
19
sherlock : ' 1.0.4@aar' ,
22
22
testRunner : ' 1.0.1' ,
23
23
hamcrest : ' 1.3' ,
24
24
restMock : ' 0.2.2' ,
25
- mockito : ' 2.10 .0' ,
25
+ mockito : ' 2.13 .0' ,
26
26
junit : ' 4.12' ,
27
27
robolectric : ' 3.4.2' ,
28
28
assertj : ' 1.2.0'
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ buildscript {
6
6
maven { url ' https://maven.fabric.io/public' }
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0.0 '
9
+ classpath ' com.android.tools.build:gradle:3.0.1 '
10
10
// noinspection GradleDynamicVersion
11
11
classpath ' io.fabric.tools:gradle:1.+'
12
- classpath ' com.google.gms:google-services:3.1.0 '
13
- classpath ' com.github.ben-manes:gradle-versions-plugin:0.15 .0'
12
+ classpath ' com.google.gms:google-services:3.1.2 '
13
+ classpath ' com.github.ben-manes:gradle-versions-plugin:0.17 .0'
14
14
}
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ findbugs {
19
19
}
20
20
21
21
dependencies {
22
- checkstyle ' com.puppycrawl.tools:checkstyle:8.3 '
22
+ checkstyle ' com.puppycrawl.tools:checkstyle:8.5 '
23
23
}
24
24
25
25
def qualityConfigDir = " $project . rootDir /config/quality" ;
Original file line number Diff line number Diff line change 1
- # Tue Oct 03 09:58:18 IST 2017
1
+ # Thu Dec 21 11:38:13 IST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.2 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 .1-all.zip
You can’t perform that action at this time.
0 commit comments