adb: Update to version 35.0.2 (#6266)

This commit is contained in:
Daviteusz 2024-10-21 14:34:45 +02:00 committed by GitHub
parent f04f3ec31e
commit fc1f539b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
{
"version": "35.0.0",
"version": "35.0.2",
"description": "Android SDK platform-tools includes tools that interface with the Android platform, such as adb and fastboot",
"homepage": "https://developer.android.com/studio/releases/platform-tools",
"license": {
"identifier": "Freeware",
"url": "https://developer.android.com/studio/releases/platform-tools#downloads"
},
"url": "https://dl.google.com/android/repository/platform-tools_r35.0.0-windows.zip",
"hash": "7ab78a8f8b305ae4d0de647d99c43599744de61a0838d3a47bda0cdffefee87e",
"url": "https://dl.google.com/android/repository/platform-tools_r35.0.2-win.zip",
"hash": "2975A3EAC0B19182748D64195375AD056986561D994FFFBDC64332A516300BB9",
"bin": [
"platform-tools\\adb.exe",
"platform-tools\\etc1tool.exe",
@ -16,6 +16,6 @@
],
"checkver": "<h4.*>([\\d.]+) \\(.*\\)</h4>",
"autoupdate": {
"url": "https://dl.google.com/android/repository/platform-tools_r$version-windows.zip"
"url": "https://dl.google.com/android/repository/platform-tools_r$version-win.zip"
}
}