Skip to content

Commit

Permalink
Revert cmdline-tools upgrade to implement separately
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Aug 1, 2023
1 parent 2ef9191 commit a58f32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/briefcase/integrations/android_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ def cmdline_tools_path(self) -> Path:
@property
def cmdline_tools_version(self) -> str:
# This is the version of the Android SDK Command-line tools that
# are current as of July 2023. These tools can generally self-update,
# are current as of May 2022. These tools can generally self-update,
# so using a fixed download URL isn't a problem.
# However, if/when this version number is changed, ensure that the
# checks done during verification include any required upgrade steps.
return "9477386"
return "8092744"

@property
def cmdline_tools_version_path(self) -> Path:
Expand Down

0 comments on commit a58f32c

Please sign in to comment.