File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ext {
22 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 " ,
66 retrofit : ' 2.3.0' ,
7- dagger : ' 2.12 ' ,
7+ dagger : ' 2.14.1 ' ,
88 butterKnife : ' 8.8.1' ,
99 rxJava : ' 2.1.5' ,
1010 rxJavaAndroid : ' 2.0.1' ,
1313 traceur : ' 1.0.1' ,
1414 stetho : ' 1.5.0' ,
1515 timber : ' 4.5.1' ,
16- glide : ' 4.2 .0' ,
16+ glide : ' 4.4 .0' ,
1717 chuck : ' 1.1.0' ,
1818 leakcanary : ' 1.5.4' ,
1919 sherlock : ' 1.0.4@aar' ,
2222 testRunner : ' 1.0.1' ,
2323 hamcrest : ' 1.3' ,
2424 restMock : ' 0.2.2' ,
25- mockito : ' 2.10 .0' ,
25+ mockito : ' 2.13 .0' ,
2626 junit : ' 4.12' ,
2727 robolectric : ' 3.4.2' ,
2828 assertj : ' 1.2.0'
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ buildscript {
66 maven { url ' https://maven.fabric.io/public' }
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0.0 '
9+ classpath ' com.android.tools.build:gradle:3.0.1 '
1010 // noinspection GradleDynamicVersion
1111 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'
1414 }
1515}
1616
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ findbugs {
1919}
2020
2121dependencies {
22- checkstyle ' com.puppycrawl.tools:checkstyle:8.3 '
22+ checkstyle ' com.puppycrawl.tools:checkstyle:8.5 '
2323}
2424
2525def 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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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