-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Google.PlatformTools version 35.0.2 (#190804)
Co-authored-by: Anthony Swierkosz <anthony@swierkosz.dev>
- Loading branch information
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: Google.PlatformTools | ||
PackageVersion: 35.0.2 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: platform-tools\adb.exe | ||
PortableCommandAlias: adb | ||
- RelativeFilePath: platform-tools\fastboot.exe | ||
PortableCommandAlias: fastboot | ||
UpgradeBehavior: uninstallPrevious | ||
ReleaseDate: 2024-07-26 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://dl.google.com/android/repository/platform-tools_r35.0.2-win.zip | ||
InstallerSha256: 2975A3EAC0B19182748D64195375AD056986561D994FFFBDC64332A516300BB9 | ||
ArchiveBinariesDependOnPath: true | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
40 changes: 40 additions & 0 deletions
40
manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Google.PlatformTools | ||
PackageVersion: 35.0.2 | ||
PackageLocale: en-US | ||
Publisher: Google LLC | ||
PublisherUrl: https://developer.android.com/ | ||
PublisherSupportUrl: https://developer.android.com/tools#tools-platform | ||
PrivacyUrl: https://policies.google.com/privacy | ||
PackageName: Android SDK Platform-Tools | ||
PackageUrl: https://developer.android.com/tools/releases/platform-tools | ||
License: Apache License | ||
LicenseUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.2/NOTICE | ||
Copyright: Copyright (c) 2006-2009, The Android Open Source Project; Copyright 2006, Brian Swetland <swetland@frotz.net> | ||
CopyrightUrl: https://android.googlesource.com/platform/packages/modules/adb/+/refs/tags/platform-tools-35.0.2/NOTICE | ||
ShortDescription: |- | ||
Android SDK Platform-Tools is a component for the Android SDK. | ||
It includes tools that interface with the Android platform, primarily adb and fastboot. | ||
Tags: | ||
- adb | ||
- android | ||
- debug | ||
- development | ||
- fastboot | ||
- flash | ||
- platform-tools | ||
ReleaseNotes: |- | ||
adb | ||
- Fix openscreen mDNS backend bug bringing down server on truncated query issue #294120933. | ||
- Make openscreen mDNS backend work on macOS. | ||
- Make openscreen mDNS backend default on all platforms. | ||
- Support to detect USB SuperSpeed+ (current and negotiated speeds) for diagnostic purposes. | ||
- Graceful shutdown: Release all USB interfaces on shutdown (all OSes). | ||
ReleaseNotesUrl: https://developer.android.com/tools/releases/platform-tools#3502_july_2024 | ||
Documentations: | ||
- DocumentLabel: Android Debug Bridge (adb) | ||
DocumentUrl: https://developer.android.com/tools/adb | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
8 changes: 8 additions & 0 deletions
8
manifests/g/Google/PlatformTools/35.0.2/Google.PlatformTools.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created using wingetcreate 1.6.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: Google.PlatformTools | ||
PackageVersion: 35.0.2 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |