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
2121
2222ENV DEBIAN_FRONTEND=noninteractive
2323
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-
2824# set default build arguments
2925ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
3026ARG ANDROID_BUILD_VERSION=31
@@ -112,9 +108,7 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
112108 && yes | sdkmanager "platform-tools" \
113109 "emulator" \
114110 "platforms;android-$ANDROID_BUILD_VERSION" \
115- "platforms;android-$ANDROID_BUILD_VERSION_deprecated" \
116111 "build-tools;$ANDROID_TOOLS_VERSION" \
117- "build-tools;$ANDROID_TOOLS_VERSION_deprecated" \
118112 "cmake;3.18.1" \
119113 "system-images;android-21;google_apis;armeabi-v7a" \
120114 "ndk;$NDK_VERSION" \
You can’t perform that action at this time.
0 commit comments