android-clt: Update to version 9477386

This commit is contained in:
github-actions[bot] 2023-01-27 00:33:30 +00:00
parent 19aa16fe3a
commit fdbafa0af9

View File

@ -1,5 +1,5 @@
{
"version": "9123335",
"version": "9477386",
"description": "The official Android command line tools",
"homepage": "https://developer.android.com/studio#command-tools",
"license": {
@ -7,8 +7,8 @@
"url": "https://developer.android.com/studio/terms.html"
},
"notes": "You need to launch sdkmanager with --sdk_root=$env:ANDROID_SDK_ROOT.",
"url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
"hash": "8a90e6a3deb2fa13229b2e335efd07687dcc8a55a3c544da9f40b41404993e7d",
"url": "https://dl.google.com/android/repository/commandlinetools-win-9477386_latest.zip",
"hash": "696431978daadd33a28841320659835ba8db8080a535b8f35e9e60701ab8b491",
"post_install": [
"if (Test-Path \"$(appdir adb $global)\") {",
" New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",