Skip to content

Commit

Permalink
Merge pull request #1104 from JakeWharton/jw/new-license/2017-10-12
Browse files Browse the repository at this point in the history
Update SDK license hash.
  • Loading branch information
JakeWharton authored Oct 12, 2017
2 parents 9553a5f + ebf1788 commit dc88730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jdk:
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 dc88730

Please sign in to comment.