Skip to content

Commit

Permalink
Update SDK license hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 12, 2017
1 parent 9553a5f commit ebf1788
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"

This comment has been minimized.

Copy link
@sridhar-vadlamani-ck

sridhar-vadlamani-ck Oct 12, 2017

yes | sdkmanager --licenses takes care of everything.

This comment has been minimized.

Copy link
@JakeWharton

JakeWharton Oct 13, 2017

Author Owner

Cool. Thanks!

# Install the rest of tools (e.g., avdmanager)
- sdkmanager tools
# Install the system image
Expand Down

0 comments on commit ebf1788

Please sign in to comment.