We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 215808b + f6b2506 commit 08884bcCopy full SHA for 08884bc
.travis.yml
@@ -24,9 +24,9 @@ android:
24
components:
25
- tools
26
- platform-tools
27
- - build-tools-26.0.1
28
- - android-26
29
- - doc-26
+ - build-tools-27.0.3
+ - android-27
+ - doc-27
30
31
install:
32
# Setup
build.gradle
@@ -23,11 +23,11 @@ allprojects {
23
}
ext {
- compileSdkVersion = 26
- buildToolsVersion = "26.0.2"
- supportLibVersion = '26.1.0'
+ compileSdkVersion = 27
+ buildToolsVersion = "27.0.3"
+ supportLibVersion = '27.1.0'
minSdkVersion = 15
- targetSdkVersion = 26
+ targetSdkVersion = 27
33
task clean(type: Delete) {
0 commit comments