Skip to content

Commit 48550c0

Browse files
authored
Cleanup Dockerfile after API 31 bump (#156)
Removes API 30 tools used for compatibility with the main repo.
1 parent 1adb4e5 commit 48550c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ LABEL Description="This image provides a base Android development environment fo
2121

2222
ENV 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
2925
ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
3026
ARG 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" \

0 commit comments

Comments
 (0)