Skip to content

Commit e3a1298

Browse files
authored
remove Android SDK 28 (#72)
1 parent a4ae557 commit e3a1298

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL Description="This image provides a base Android development environment fo
55
# set default build arguments
66
ARG SDK_VERSION=sdk-tools-linux-4333796.zip
77
ARG ANDROID_BUILD_VERSION=29
8-
ARG ANDROID_TOOLS_VERSION=29.0.2
8+
ARG ANDROID_TOOLS_VERSION=29.0.3
99
ARG BUCK_VERSION=2019.10.17.01
1010
ARG NDK_VERSION=20.0.5594570
1111
ARG NODE_VERSION=12.x
@@ -74,9 +74,7 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
7474
&& yes | sdkmanager --licenses \
7575
&& yes | sdkmanager "platform-tools" \
7676
"emulator" \
77-
"platforms;android-28" \
7877
"platforms;android-$ANDROID_BUILD_VERSION" \
79-
"build-tools;28.0.3" \
8078
"build-tools;$ANDROID_TOOLS_VERSION" \
8179
"add-ons;addon-google_apis-google-23" \
8280
"system-images;android-19;google_apis;armeabi-v7a" \

0 commit comments

Comments
 (0)