11buildscript {
22 repositories {
33 jcenter()
4+ google()
45 }
56
67 dependencies {
7- classpath ' com.android.tools.build:gradle:2.3 .3'
8+ classpath ' com.android.tools.build:gradle:3.1 .3'
89 classpath ' com.f2prateek.javafmt:javafmt:0.1.6'
910 }
1011}
@@ -14,7 +15,7 @@ apply plugin: 'com.f2prateek.javafmt'
1415
1516android {
1617 compileSdkVersion 26
17- buildToolsVersion ' 25 .0.3'
18+ buildToolsVersion ' 27 .0.3'
1819
1920 defaultConfig {
2021 minSdkVersion 14
@@ -40,25 +41,25 @@ dependencies {
4041 }
4142 }
4243
43- compile ' com.google.firebase:firebase-core:11.2.0'
44+ implementation ' com.google.firebase:firebase-core:11.2.0'
4445
45- compile ' com.segment.analytics.android:analytics:4.2.6'
46+ implementation ' com.segment.analytics.android:analytics:4.2.6'
4647
47- testCompile ' com.segment.analytics.android:analytics-tests:4.2.6'
48+ testImplementation ' com.segment.analytics.android:analytics-tests:4.2.6'
4849
49- testCompile ' junit:junit:4.12'
50+ testImplementation ' junit:junit:4.12'
5051
51- testCompile ' org.robolectric:robolectric:3.4.2'
52+ testImplementation ' org.robolectric:robolectric:3.4.2'
5253
53- testCompile ' org.assertj:assertj-core:1.7.1'
54+ testImplementation ' org.assertj:assertj-core:1.7.1'
5455
55- testCompile ' org.mockito:mockito-core:1.10.19'
56+ testImplementation ' org.mockito:mockito-core:1.10.19'
5657
57- testCompile ' org.powermock:powermock:1.6.6'
58- testCompile ' org.powermock:powermock-module-junit4:1.6.6'
59- testCompile ' org.powermock:powermock-module-junit4-rule:1.6.6'
60- testCompile ' org.powermock:powermock-api-mockito:1.6.6'
61- testCompile ' org.powermock:powermock-classloading-xstream:1.6.6'
58+ testImplementation ' org.powermock:powermock:1.6.6'
59+ testImplementation ' org.powermock:powermock-module-junit4:1.6.6'
60+ testImplementation ' org.powermock:powermock-module-junit4-rule:1.6.6'
61+ testImplementation ' org.powermock:powermock-api-mockito:1.6.6'
62+ testImplementation ' org.powermock:powermock-classloading-xstream:1.6.6'
6263}
6364
6465apply plugin : ' com.f2prateek.javafmt'
0 commit comments