h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

19 lines
815 B
JSON

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