Skip to content

Commit 78cdc89

Browse files
committed
see 03/22 log
1 parent 948a453 commit 78cdc89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ android:
77
- tools
88
- platform-tools
99
- tools
10-
- build-tools-26.0.2
11-
- android-26
10+
- android-27
1211

1312
licenses:
1413
- 'android-sdk-license-.+'
@@ -18,9 +17,10 @@ android:
1817
email: false
1918

2019
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"
20+
21+
22+
before_install:
23+
- yes | sdkmanager "platforms;android-27"
2424

2525
script:
2626
- ./gradlew build connectedCheck --info

0 commit comments

Comments
 (0)