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 948a453 commit 78cdc89Copy full SHA for 78cdc89
.travis.yml
@@ -7,8 +7,7 @@ android:
7
- tools
8
- platform-tools
9
10
- - build-tools-26.0.2
11
- - android-26
+ - android-27
12
13
licenses:
14
- 'android-sdk-license-.+'
@@ -18,9 +17,10 @@ android:
18
17
email: false
19
20
before_install:
21
- - mkdir -p "$ANDROID_HOME/licenses"
22
- - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
23
- - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
+
+before_install:
+ - yes | sdkmanager "platforms;android-27"
24
25
script:
26
- ./gradlew build connectedCheck --info
0 commit comments