Update Dockerfile

This commit is contained in:
Oskar 2021-10-22 01:04:14 +02:00 committed by GitHub
parent 64d38cff6c
commit 5b74de0714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,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 31.0.3
ENV ANDROID_PLATFORM_VERSION 31
ENV ANDROID_BUILD_TOOLS_VERSION 30.0.2
RUN yes | sdkmanager \
"platform-tools" \