File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
- platform-tools
6
6
- tools
7
7
- android-26
8
- - build-tools-26.0.2
8
+ - build-tools-26.0.3
9
9
- extra-android-m2repository
10
10
11
11
script :
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 26
5
- buildToolsVersion " 26.0.2 "
5
+ buildToolsVersion " 26.0.3 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.robinhood.spark.sample"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
3
3
android {
4
4
compileSdkVersion 26
5
- buildToolsVersion " 26.0.2 "
5
+ buildToolsVersion " 26.0.3 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 14
@@ -13,9 +13,10 @@ android {
13
13
}
14
14
15
15
dependencies {
16
- testImplementation ' junit:junit:4.12'
17
- testImplementation ' org.mockito:mockito-core:2.13.0'
18
16
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'
19
20
}
20
21
21
22
apply from : ' gradle-mvn-push.gradle'
You can’t perform that action at this time.
0 commit comments