From 3c2e8aae709425327227bd5515a04474e598b7a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 04:30:02 +0000 Subject: [PATCH] android-clt: Update to version 9123335 --- bucket/android-clt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/android-clt.json b/bucket/android-clt.json index f4d8fa8742..13eaf49706 100644 --- a/bucket/android-clt.json +++ b/bucket/android-clt.json @@ -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",