Skip to content

Commit 06edbe6

Browse files
naturalwarrendanh32
authored andcommitted
Modernize build dependencies. (robinhood#64)
* Modernize build dependencies. * Update Travis.
1 parent c18200b commit 06edbe6

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android:
55
- platform-tools
66
- tools
77
- android-26
8-
- build-tools-26.0.2
8+
- build-tools-26.0.3
99
- extra-android-m2repository
1010

1111
script:

gradle/wrapper/gradle-wrapper.properties

+1-1
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-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip

spark-sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion "26.0.2"
5+
buildToolsVersion "26.0.3"
66

77
defaultConfig {
88
applicationId "com.robinhood.spark.sample"

spark/build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion "26.0.2"
5+
buildToolsVersion "26.0.3"
66

77
defaultConfig {
88
minSdkVersion 14
@@ -13,9 +13,10 @@ android {
1313
}
1414

1515
dependencies {
16-
testImplementation 'junit:junit:4.12'
17-
testImplementation 'org.mockito:mockito-core:2.13.0'
1816
implementation 'com.android.support:support-annotations:26.1.0'
17+
18+
testImplementation 'junit:junit:4.12'
19+
testImplementation 'org.mockito:mockito-core:2.18.0'
1920
}
2021

2122
apply from: 'gradle-mvn-push.gradle'

0 commit comments

Comments
 (0)