From 5b74de07148d0e7146cd3037aeaa39be0fb0fb8a Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 22 Oct 2021 01:04:14 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8244c14..057b1b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \