File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ LABEL Description="This image provides a base Android development environment fo
21
21
22
22
ENV DEBIAN_FRONTEND=noninteractive
23
23
24
- # old versions to make sure build pass before RN versions are bumped
25
- ARG ANDROID_BUILD_VERSION_deprecated=30
26
- ARG ANDROID_TOOLS_VERSION_deprecated=30.0.3
27
-
28
24
# set default build arguments
29
25
ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
30
26
ARG ANDROID_BUILD_VERSION=31
@@ -112,9 +108,7 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
112
108
&& yes | sdkmanager "platform-tools" \
113
109
"emulator" \
114
110
"platforms;android-$ANDROID_BUILD_VERSION" \
115
- "platforms;android-$ANDROID_BUILD_VERSION_deprecated" \
116
111
"build-tools;$ANDROID_TOOLS_VERSION" \
117
- "build-tools;$ANDROID_TOOLS_VERSION_deprecated" \
118
112
"cmake;3.18.1" \
119
113
"system-images;android-21;google_apis;armeabi-v7a" \
120
114
"ndk;$NDK_VERSION" \
You can’t perform that action at this time.
0 commit comments