-
Notifications
You must be signed in to change notification settings - Fork 9
/
adb.json
21 lines (21 loc) · 915 Bytes
/
adb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"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.2-win.zip",
"hash": "2975A3EAC0B19182748D64195375AD056986561D994FFFBDC64332A516300BB9",
"bin": [
"platform-tools\\adb.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-win.zip"
}
}