android-clt: Update to version 7302050

This commit is contained in:
Richard Kuhnt 2021-05-04 18:00:18 +00:00
parent 6098801180
commit 7508f22dc1

View File

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