File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33![ Build & Test] ( https://github.com/android-actions/setup-android/workflows/Build%20&%20Test/badge.svg )
44
55This action sets up the Android SDK tools by:
6- - Downloading the SDK commandline tools, if the current version (9 .0) is not found in either ` $ANDROID_SDK_ROOT ` or ` $HOME/.android/sdk ` .
6+ - Downloading the SDK commandline tools, if the current version (11 .0) is not found in either ` $ANDROID_SDK_ROOT ` or ` $HOME/.android/sdk ` .
77 - Accepting the SDK licenses.
88 - Installing ` tools ` and ` platform-tools ` .
9- - Adding ` platform-tools ` (contains adb) and ` cmdline-tools/9 .0/bin ` (contains sdkmanager) to ` $PATH ` .
9+ - Adding ` platform-tools ` (contains adb) and ` cmdline-tools/11 .0/bin ` (contains sdkmanager) to ` $PATH ` .
1010 - Setting up problem [ matchers] ( /matchers.json ) .
1111
1212On Windows 2016 runners, this action also checks if ` $ANDROID_SDK_ROOT ` path contains spaces.
Original file line number Diff line number Diff line change @@ -9696,8 +9696,8 @@ const path = __importStar(__nccwpck_require__(1017));
96969696const fs = __importStar ( __nccwpck_require__ ( 7147 ) ) ;
96979697const fse = __importStar ( __nccwpck_require__ ( 5630 ) ) ;
96989698const os = __importStar ( __nccwpck_require__ ( 2037 ) ) ;
9699- const CMDLINE_TOOLS_VERSION = '9 .0' ;
9700- const COMMANDLINE_TOOLS_VERSION = '9477386 ' ;
9699+ const CMDLINE_TOOLS_VERSION = '11 .0' ;
9700+ const COMMANDLINE_TOOLS_VERSION = '10406996 ' ;
97019701const COMMANDLINE_TOOLS_WIN_URL = `https://dl.google.com/android/repository/commandlinetools-win-${ COMMANDLINE_TOOLS_VERSION } _latest.zip` ;
97029702const COMMANDLINE_TOOLS_MAC_URL = `https://dl.google.com/android/repository/commandlinetools-mac-${ COMMANDLINE_TOOLS_VERSION } _latest.zip` ;
97039703const COMMANDLINE_TOOLS_LIN_URL = `https://dl.google.com/android/repository/commandlinetools-linux-${ COMMANDLINE_TOOLS_VERSION } _latest.zip` ;
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import * as fs from 'fs'
66import * as fse from 'fs-extra'
77import * as os from 'os'
88
9- const CMDLINE_TOOLS_VERSION = '9 .0'
10- const COMMANDLINE_TOOLS_VERSION = '9477386 '
9+ const CMDLINE_TOOLS_VERSION = '11 .0'
10+ const COMMANDLINE_TOOLS_VERSION = '10406996 '
1111
1212const COMMANDLINE_TOOLS_WIN_URL = `https://dl.google.com/android/repository/commandlinetools-win-${ COMMANDLINE_TOOLS_VERSION } _latest.zip`
1313const COMMANDLINE_TOOLS_MAC_URL = `https://dl.google.com/android/repository/commandlinetools-mac-${ COMMANDLINE_TOOLS_VERSION } _latest.zip`
You can’t perform that action at this time.
0 commit comments