We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f8cd3 commit e5465a9Copy full SHA for e5465a9
.travis.yml
@@ -6,12 +6,14 @@ android:
6
components:
7
- tools
8
- platform-tools
9
- - build-tools-25.0.3
10
- - android-25
+ - build-tools-27.0.3
+ - android-27
11
- extra-android-m2repository
12
- extra-google-m2repository
13
licenses:
14
- android-sdk-license-.+
15
+before_install:
16
+ - yes | sdkmanager "platforms;android-27"
17
script:
18
- "./gradlew build check --daemon"
19
after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results.xml"
0 commit comments