Update Dockerfile

This commit is contained in:
Oskar 2021-10-23 12:35:20 +02:00 committed by GitHub
parent 5bd1a23645
commit 848fcbb756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ RUN set -o xtrace \
&& chmod +x /usr/bin/android-wait-for-emulator \
&& touch /root/.android/repositories.cfg
ENV ANDROID_PLATFORM_VERSION 30
ENV ANDROID_BUILD_TOOLS_VERSION 30.0.2
ENV ANDROID_PLATFORM_VERSION 31
ENV ANDROID_BUILD_TOOLS_VERSION 31
RUN yes | sdkmanager \
"platform-tools" \