File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL Description="This image provides a base Android development environment fo
4
4
5
5
# set default build arguments
6
6
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
10
10
ARG NDK_VERSION=20
11
11
ARG NODE_VERSION=10.x
12
12
ARG WATCHMAN_VERSION=4.9.0
@@ -62,7 +62,9 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
62
62
&& yes | sdkmanager --licenses \
63
63
&& yes | sdkmanager "platform-tools" \
64
64
"emulator" \
65
+ "platforms;android-28" \
65
66
"platforms;android-$ANDROID_BUILD_VERSION" \
67
+ "build-tools;28.0.3" \
66
68
"build-tools;$ANDROID_TOOLS_VERSION" \
67
69
"add-ons;addon-google_apis-google-23" \
68
70
"system-images;android-19;google_apis;armeabi-v7a" \
You can’t perform that action at this time.
0 commit comments