We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 061ace1 + 2ac230f commit d1a3e5eCopy full SHA for d1a3e5e
.travis.yml
@@ -7,8 +7,8 @@ android:
7
- tools
8
- platform-tools
9
10
- - build-tools-25.0.1
11
- - android-25
+ - build-tools-26.0.2
+ - android-27
12
- extra-google-m2repository
13
- extra-android-m2repository
14
trianglify/build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
})
61
implementation 'com.android.support:appcompat-v7:27.0.2'
62
testCompile 'junit:junit:4.12'
63
- testCompile 'org.mockito:mockito-core:2.11.0'
+ testCompile 'org.mockito:mockito-core:2.13.0'
64
65
}
66
0 commit comments