Skip to content

Commit 882b1d3

Browse files
committedAug 3, 2022
Update cmdline-tools version to 7.0
1 parent 00dbb34 commit 882b1d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎dist/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8563,8 +8563,8 @@ const path = __importStar(__nccwpck_require__(1017));
85638563
const fs = __importStar(__nccwpck_require__(7147));
85648564
const fse = __importStar(__nccwpck_require__(5630));
85658565
const 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';
85688568
const COMMANDLINE_TOOLS_WIN_URL = `https://dl.google.com/android/repository/commandlinetools-win-${COMMANDLINE_TOOLS_VERSION}_latest.zip`;
85698569
const COMMANDLINE_TOOLS_MAC_URL = `https://dl.google.com/android/repository/commandlinetools-mac-${COMMANDLINE_TOOLS_VERSION}_latest.zip`;
85708570
const COMMANDLINE_TOOLS_LIN_URL = `https://dl.google.com/android/repository/commandlinetools-linux-${COMMANDLINE_TOOLS_VERSION}_latest.zip`;

‎src/main.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import * as fs from 'fs'
66
import * as fse from 'fs-extra'
77
import * 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

1212
const COMMANDLINE_TOOLS_WIN_URL = `https://dl.google.com/android/repository/commandlinetools-win-${COMMANDLINE_TOOLS_VERSION}_latest.zip`
1313
const COMMANDLINE_TOOLS_MAC_URL = `https://dl.google.com/android/repository/commandlinetools-mac-${COMMANDLINE_TOOLS_VERSION}_latest.zip`

0 commit comments

Comments
 (0)
Please sign in to comment.