2022-06-16 20:28:48 +00:00

23 lines
966 B
JSON

{
"version": "33.0.2",
"description": "Android SDK platform-tools includes tools that interface with the Android platform, such as adb, fastboot, and systrace",
"homepage": "https://developer.android.com/studio/releases/platform-tools.html",
"license": {
"identifier": "Freeware",
"url": "https://developer.android.com/studio/releases/platform-tools.html#downloads"
},
"url": "https://dl.google.com/android/repository/platform-tools_r33.0.2-windows.zip",
"hash": "c8cd6757416cc31b0d838a9d294eda13863450d156ffa45c29dcdb2bcd7f08fe",
"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"
}
}