File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'com.github.ben-manes.versions'
66
77android {
88 compileSdkVersion 26
9- buildToolsVersion ' 26.0.0 '
9+ buildToolsVersion ' 26.0.2 '
1010
1111 dexOptions {
1212 maxProcessCount 4
Original file line number Diff line number Diff line change 11ext {
22 versions = [
3- support : " 26.0 .0" ,
4- firebase : ' 11.0.4 ' ,
5- okHttp : " 3.8.1 " ,
3+ support : " 26.1 .0" ,
4+ firebase : ' 11.4.2 ' ,
5+ okHttp : " 3.9.0 " ,
66 retrofit : ' 2.3.0' ,
7- dagger : ' 2.11 ' ,
8- butterKnife : ' 8.7.0 ' ,
9- rxJava : ' 2.1.2 ' ,
7+ dagger : ' 2.12 ' ,
8+ butterKnife : ' 8.8.1 ' ,
9+ rxJava : ' 2.1.5 ' ,
1010 rxJavaAndroid : ' 2.0.1' ,
1111 rxPermissions : ' 0.9.4@aar' ,
1212 sqlbrite : ' 1.1.2' ,
1313 traceur : ' 1.0.1' ,
1414 stetho : ' 1.5.0' ,
1515 timber : ' 4.5.1' ,
16- glide : ' 4.0 .0' ,
17- sherlock : ' 1.0.3 @aar' ,
16+ glide : ' 4.2 .0' ,
17+ sherlock : ' 1.0.4 @aar' ,
1818
19- espresso : ' 3.0.0 ' ,
20- testRunner : ' 1.0.0 ' ,
19+ espresso : ' 3.0.1 ' ,
20+ testRunner : ' 1.0.1 ' ,
2121 hamcrest : ' 1.3' ,
2222 restMock : ' 0.2.2' ,
23- mockito : ' 2.8.47 ' ,
23+ mockito : ' 2.10.0 ' ,
2424 junit : ' 4.12' ,
25- robolectric : ' 3.4' ,
26- assertj : ' 1.1.1 '
25+ robolectric : ' 3.4.2 ' ,
26+ assertj : ' 1.2.0 '
2727
2828 ]
2929
6868 ]
6969
7070 onlyDebug = [
71- chuck : " com.readystatesoftware.chuck:library:1.0.4 "
71+ chuck : " com.readystatesoftware.chuck:library:1.1.0 "
7272 ]
7373
7474 onlyRelease = [
9999 testRules : " com.android.support.test:rules:$versions . testRunner "
100100 ] + mockito + restMock
101101
102- leakCannary = " com.squareup.leakcanary:leakcanary-android:1.5.1 "
102+ leakCannary = " com.squareup.leakcanary:leakcanary-android:1.5.4 "
103103 timber = " com.jakewharton.timber:timber:$versions . timber "
104104 sherlock = " com.github.ajitsing:sherlock:$versions . sherlock "
105105
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 maven { url ' https://maven.fabric.io/public' }
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0.0-beta6 '
9+ classpath ' com.android.tools.build:gradle:3.0.0-rc1 '
1010 // noinspection GradleDynamicVersion
1111 classpath ' io.fabric.tools:gradle:1.+'
1212 classpath ' com.google.gms:google-services:3.1.0'
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.1 '
22+ checkstyle ' com.puppycrawl.tools:checkstyle:8.3 '
2323}
2424
2525def qualityConfigDir = " $project . rootDir /config/quality" ;
You can’t perform that action at this time.
0 commit comments