Skip to content

Commit 5ff7ae3

Browse files
authored
Update action.yml
1 parent a7ca5dc commit 5ff7ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-android-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ runs:
2727
$targetDir = "$env:ANDROID_SDK_ROOT"
2828
Expand-Archive -Path "commandlinetools.zip" -DestinationPath $targetDir -Force
2929
$sdkManagerPath = "$env:ANDROID_SDK_ROOT\cmdline-tools\bin\sdkmanager.bat"
30-
& $sdkManagerPath "platform-tools" "build-tools;34.0.0"
30+
& $sdkManagerPath "platform-tools" "build-tools;34.0.0" "platforms;android-35" "platform-tools" "build-tools;34.0.0" "cmdline-tools;11.0" --sdk_root=$ANDROID_HOME
3131
shell: pwsh

0 commit comments

Comments
 (0)