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

Commit b5c8fdb

Browse files
committed
Merge master into myanmar
2 parents aa43a02 + 2c3c57f commit b5c8fdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
- sudo chmod 1777 /usr/local/android-sdk
2020
- wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
2121
- tar xzf android-sdk_r24.4.1-linux.tgz -C /usr/local/android-sdk --strip-components=1
22-
- echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter build-tools-24.0.1
22+
- echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter build-tools-24.0.2
2323
- echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter android-24
2424

2525
script:

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ workspace(name = "language_resources")
55
android_sdk_repository(
66
name = "androidsdk",
77
api_level = 24,
8-
build_tools_version = "24.0.1",
8+
build_tools_version = "24.0.2",
99
path = "/usr/local/android-sdk",
1010
)
1111

0 commit comments

Comments
 (0)