Skip to content

Commit

Permalink
Update Travis Android SDK license (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac authored and JakeWharton committed Nov 27, 2017
1 parent 68a5f31 commit af670f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
language: android

android:
components:
- tools
- platform-tools

jdk:
- oraclejdk8

before_install:
# Install SDK license so Android Gradle plugin can install deps.
- mkdir "$ANDROID_HOME/licenses" || true
- echo "8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo "d56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
# Install the rest of tools (e.g., avdmanager).
- sdkmanager tools
# Install the system image.
Expand Down

0 comments on commit af670f9

Please sign in to comment.