android-clt: Update to version 9123335

This commit is contained in:
github-actions[bot] 2022-11-16 04:30:02 +00:00
parent 77300903f5
commit 3c2e8aae70

View File

@ -1,5 +1,5 @@
{
"version": "8512546",
"version": "9123335",
"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-8512546_latest.zip",
"hash": "9cea28ab5d8c2f4b607f91f1475c4f352f42702c42f53eee1e331d9e36eea572",
"url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
"hash": "8a90e6a3deb2fa13229b2e335efd07687dcc8a55a3c544da9f40b41404993e7d",
"post_install": [
"if (Test-Path \"$(appdir adb $global)\") {",
" New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",