File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL Description="This image provides a base Android development environment fo
5
5
# set default build arguments
6
6
ARG SDK_VERSION=sdk-tools-linux-4333796.zip
7
7
ARG ANDROID_BUILD_VERSION=29
8
- ARG ANDROID_TOOLS_VERSION=29.0.2
8
+ ARG ANDROID_TOOLS_VERSION=29.0.3
9
9
ARG BUCK_VERSION=2019.10.17.01
10
10
ARG NDK_VERSION=20.0.5594570
11
11
ARG NODE_VERSION=12.x
@@ -74,9 +74,7 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
74
74
&& yes | sdkmanager --licenses \
75
75
&& yes | sdkmanager "platform-tools" \
76
76
"emulator" \
77
- "platforms;android-28" \
78
77
"platforms;android-$ANDROID_BUILD_VERSION" \
79
- "build-tools;28.0.3" \
80
78
"build-tools;$ANDROID_TOOLS_VERSION" \
81
79
"add-ons;addon-google_apis-google-23" \
82
80
"system-images;android-19;google_apis;armeabi-v7a" \
You can’t perform that action at this time.
0 commit comments