Skip to content

Commit d1a3e5e

Browse files
authored
Merge pull request #55 from sdsmdg/travis_corrections
Travis Corrections
2 parents 061ace1 + 2ac230f commit d1a3e5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android:
77
- tools
88
- platform-tools
99
- tools
10-
- build-tools-25.0.1
11-
- android-25
10+
- build-tools-26.0.2
11+
- android-27
1212
- extra-google-m2repository
1313
- extra-android-m2repository
1414

trianglify/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
})
6161
implementation 'com.android.support:appcompat-v7:27.0.2'
6262
testCompile 'junit:junit:4.12'
63-
testCompile 'org.mockito:mockito-core:2.11.0'
63+
testCompile 'org.mockito:mockito-core:2.13.0'
6464

6565
}
6666

0 commit comments

Comments
 (0)