From 15042b5a21d9aeba702645a233016db29cd9bba5 Mon Sep 17 00:00:00 2001 From: Henrique Melo <49417222+MeloHenrique@users.noreply.github.com> Date: Thu, 5 Aug 2021 21:33:46 +0100 Subject: [PATCH] Update .gitpod.yml It will install the correct java version and it will use the correct Android SDK version. --- .gitpod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index c0193a3..a004262 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,10 +6,11 @@ tasks: source ~/.bashrc init: | echo "Wait for the installation" - yes | sdk i java 8.0.232-open + yes | sdk install java 8.0.292-open sdk i kotlin sdkmanager --update yes | sdkmanager --licenses + sdkmanager "platform-tools" "platforms;android-29" flutter pub get flutter run -d web-server --no-resident command: >