1
0

Remove unnecessary changes

This commit is contained in:
Max Romanyuta
2020-12-03 16:22:39 +02:00
committed by Dave Olsthoorn
parent 6bb81b1f40
commit a9018e09bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -58,7 +58,7 @@ async function install(): Promise<string> {
await exec.exec(
sdkManager,
['--include_obsolete', `--sdk_root=${ANDROID_SDK_ROOT}`, 'cmdline-tools'],
['--include_obsolete', `--sdk_root=${ANDROID_SDK_ROOT}`, 'tools'],
{input: acceptBuffer}
)