Skip to content

Commit 41f9065

Browse files
authored
Bump gradle and build tools versions. (#10)
1 parent a98f3e3 commit 41f9065

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

build.gradle

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
buildscript {
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

1516
android {
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

6465
apply plugin: 'com.f2prateek.javafmt'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)