Skip to content
Snippets Groups Projects
Unverified Commit 48550c06 authored by Andrei Shikov's avatar Andrei Shikov Committed by GitHub
Browse files

Cleanup Dockerfile after API 31 bump (#156)

Removes API 30 tools used for compatibility with the main repo.
parent 1adb4e55
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,6 @@ LABEL Description="This image provides a base Android development environment fo
ENV DEBIAN_FRONTEND=noninteractive
# old versions to make sure build pass before RN versions are bumped
ARG ANDROID_BUILD_VERSION_deprecated=30
ARG ANDROID_TOOLS_VERSION_deprecated=30.0.3
# set default build arguments
ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
ARG ANDROID_BUILD_VERSION=31
......@@ -112,9 +108,7 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
&& yes | sdkmanager "platform-tools" \
"emulator" \
"platforms;android-$ANDROID_BUILD_VERSION" \
"platforms;android-$ANDROID_BUILD_VERSION_deprecated" \
"build-tools;$ANDROID_TOOLS_VERSION" \
"build-tools;$ANDROID_TOOLS_VERSION_deprecated" \
"cmake;3.18.1" \
"system-images;android-21;google_apis;armeabi-v7a" \
"ndk;$NDK_VERSION" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment