From 64d38cff6c90e326a0b41742220001596e8e5fcf Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 22 Oct 2021 01:00:42 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ea4e90..8244c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ RUN set -o xtrace \ && chmod +x /usr/bin/android-wait-for-emulator \ && touch /root/.android/repositories.cfg -ENV ANDROID_PLATFORM_VERSION 31 +ENV ANDROID_PLATFORM_VERSION 30 ENV ANDROID_BUILD_TOOLS_VERSION 31.0.3 RUN yes | sdkmanager \