2023-04-04 20:26:01 +00:00

23 lines
955 B
JSON

{
"version": "33.0.3",
"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.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.3-windows.zip",
"hash": "1e59afd40a74c5c0eab0a9fad3f0faf8a674267106e0b19921be9f67081808c2",
"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"
}
}