Skip to content

Commit 25dafd5

Browse files
committed
update travis config
1 parent 091790a commit 25dafd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sudo: false
55
android:
66
components:
77
- tools
8-
- build-tools-26.0.2
9-
- android-26
8+
- build-tools-27.0.2
9+
- android-27
1010
- extra-android-m2repository
1111
- extra-android-support
1212
licenses:
@@ -16,8 +16,8 @@ android:
1616
before_install:
1717
- chmod +x gradlew
1818
- mkdir "$ANDROID_HOME/licenses" || true
19-
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
20-
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
19+
# Hack to accept Android licenses
20+
- yes | sdkmanager "platforms;android-27"
2121

2222
script:
2323
- ./gradlew assembleRelease

0 commit comments

Comments
 (0)