2023-05-10 16:11:40 +00:00

23 lines
945 B
JSON

{
"version": "34.0.1",
"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_r34.0.1-windows.zip",
"hash": "328e7fa407ac50672b3935e2cf1ae40b4bf08120605b91ed1b089e065bce517c",
"bin": [
"platform-tools\\adb.exe",
"platform-tools\\dmtracedump.exe",
"platform-tools\\etc1tool.exe",
"platform-tools\\fastboot.exe",
"platform-tools\\hprof-conv.exe"
],
"checkver": "<h4.*>([\\d.]+) \\(.*\\)</h4>",
"autoupdate": {
"url": "https://dl.google.com/android/repository/platform-tools_r$version-windows.zip"
}
}