File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8563,8 +8563,8 @@ const path = __importStar(__nccwpck_require__(1017));
85638563const fs = __importStar ( __nccwpck_require__ ( 7147 ) ) ;
85648564const fse = __importStar ( __nccwpck_require__ ( 5630 ) ) ;
85658565const os = __importStar ( __nccwpck_require__ ( 2037 ) ) ;
8566- const CMDLINE_TOOLS_VERSION = '6 .0' ;
8567- const COMMANDLINE_TOOLS_VERSION = '8092744 ' ;
8566+ const CMDLINE_TOOLS_VERSION = '7 .0' ;
8567+ const COMMANDLINE_TOOLS_VERSION = '8512546 ' ;
85688568const COMMANDLINE_TOOLS_WIN_URL = `https://dl.google.com/android/repository/commandlinetools-win-${ COMMANDLINE_TOOLS_VERSION } _latest.zip` ;
85698569const COMMANDLINE_TOOLS_MAC_URL = `https://dl.google.com/android/repository/commandlinetools-mac-${ COMMANDLINE_TOOLS_VERSION } _latest.zip` ;
85708570const 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 = '6 .0'
10- const COMMANDLINE_TOOLS_VERSION = '8092744 '
9+ const CMDLINE_TOOLS_VERSION = '7 .0'
10+ const COMMANDLINE_TOOLS_VERSION = '8512546 '
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