Skip to content

Commit a0cbb6b

Browse files
dulmandakhgengjiawen
authored andcommitted
bump buck to 2019.10.17.01, add SDK 29 (#61)
* bump buck to 2019.10.02.01 * bump Buck to 2019.10.17.01, add build tools 29.0.2, SDK 29
1 parent 811a6b5 commit a0cbb6b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL Description="This image provides a base Android development environment fo
44

55
# set default build arguments
66
ARG SDK_VERSION=sdk-tools-linux-4333796.zip
7-
ARG ANDROID_BUILD_VERSION=28
8-
ARG ANDROID_TOOLS_VERSION=28.0.3
9-
ARG BUCK_VERSION=2019.09.03.01
7+
ARG ANDROID_BUILD_VERSION=29
8+
ARG ANDROID_TOOLS_VERSION=29.0.2
9+
ARG BUCK_VERSION=2019.10.17.01
1010
ARG NDK_VERSION=20
1111
ARG NODE_VERSION=10.x
1212
ARG WATCHMAN_VERSION=4.9.0
@@ -62,7 +62,9 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
6262
&& yes | sdkmanager --licenses \
6363
&& yes | sdkmanager "platform-tools" \
6464
"emulator" \
65+
"platforms;android-28" \
6566
"platforms;android-$ANDROID_BUILD_VERSION" \
67+
"build-tools;28.0.3" \
6668
"build-tools;$ANDROID_TOOLS_VERSION" \
6769
"add-ons;addon-google_apis-google-23" \
6870
"system-images;android-19;google_apis;armeabi-v7a" \

0 commit comments

Comments
 (0)