Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Merge master into myanmar
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansche committed Sep 14, 2016
2 parents aa43a02 + 2c3c57f commit b5c8fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- sudo chmod 1777 /usr/local/android-sdk
- wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
- tar xzf android-sdk_r24.4.1-linux.tgz -C /usr/local/android-sdk --strip-components=1
- echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter build-tools-24.0.1
- echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter build-tools-24.0.2
- echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter android-24

script:
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ workspace(name = "language_resources")
android_sdk_repository(
name = "androidsdk",
api_level = 24,
build_tools_version = "24.0.1",
build_tools_version = "24.0.2",
path = "/usr/local/android-sdk",
)

Expand Down

0 comments on commit b5c8fdb

Please sign in to comment.