Skip to content

Commit

Permalink
Update Android SDK license (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac authored and vanniktech committed Jan 19, 2019
1 parent 4e2ae9a commit 713be17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ jdk:
before_install:
# Install SDK license so Android Gradle plugin can install deps.
- mkdir "$ANDROID_HOME/licenses" || true
- echo "d56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > "$ANDROID_HOME/licenses/android-sdk-license"

install: true

Expand Down

0 comments on commit 713be17

Please sign in to comment.