Skip to content

Commit 5c745e3

Browse files
author
Nika Hassani
committed
update android cmdlinetools version to latest
1 parent 62da41c commit 5c745e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/composite_actions/launch_android_emulator/dist/main.cjs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/lib/src/android/sdk_manager.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ final class SdkManager {
7979
/// Latest version of the cmdline-tools
8080
///
8181
/// From: https://developer.android.com/studio#command-line-tools-only
82-
static const _latestCmdlineToolsVersion = '10406996';
82+
static const _latestCmdlineToolsVersion = '11076708';
8383

8484
/// Installs the latest version of cmdline-tools if not already available.
8585
Future<void> _ensureCmdlineTools() async =>

0 commit comments

Comments
 (0)