1
1
buildscript {
2
2
repositories {
3
3
jcenter()
4
+ google()
4
5
}
5
6
6
7
dependencies {
7
- classpath ' com.android.tools.build:gradle:2.3 .3'
8
+ classpath ' com.android.tools.build:gradle:3.1 .3'
8
9
classpath ' com.f2prateek.javafmt:javafmt:0.1.6'
9
10
}
10
11
}
@@ -14,7 +15,7 @@ apply plugin: 'com.f2prateek.javafmt'
14
15
15
16
android {
16
17
compileSdkVersion 26
17
- buildToolsVersion ' 25 .0.3'
18
+ buildToolsVersion ' 27 .0.3'
18
19
19
20
defaultConfig {
20
21
minSdkVersion 14
@@ -40,25 +41,25 @@ dependencies {
40
41
}
41
42
}
42
43
43
- compile ' com.google.firebase:firebase-core:11.2.0'
44
+ implementation ' com.google.firebase:firebase-core:11.2.0'
44
45
45
- compile ' com.segment.analytics.android:analytics:4.2.6'
46
+ implementation ' com.segment.analytics.android:analytics:4.2.6'
46
47
47
- testCompile ' com.segment.analytics.android:analytics-tests:4.2.6'
48
+ testImplementation ' com.segment.analytics.android:analytics-tests:4.2.6'
48
49
49
- testCompile ' junit:junit:4.12'
50
+ testImplementation ' junit:junit:4.12'
50
51
51
- testCompile ' org.robolectric:robolectric:3.4.2'
52
+ testImplementation ' org.robolectric:robolectric:3.4.2'
52
53
53
- testCompile ' org.assertj:assertj-core:1.7.1'
54
+ testImplementation ' org.assertj:assertj-core:1.7.1'
54
55
55
- testCompile ' org.mockito:mockito-core:1.10.19'
56
+ testImplementation ' org.mockito:mockito-core:1.10.19'
56
57
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'
62
63
}
63
64
64
65
apply plugin : ' com.f2prateek.javafmt'
0 commit comments