Skip to content

Commit

Permalink
Update license SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac authored Jan 19, 2019
1 parent d1185ac commit 809193d
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 @@ -9,7 +9,7 @@ jdk:
before_install:
# Install SDK license so Android Gradle plugin can install dependencies.
- mkdir "$ANDROID_HOME/licenses" || true
- echo "d56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > "$ANDROID_HOME/licenses/android-sdk-license"

script:
- ./gradlew testFlossDebugUnitTest evaluateViolations -s
Expand Down

0 comments on commit 809193d

Please sign in to comment.