Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ If your project uses VersionCatalog, the following settings are recommended
# Installed when the version is specified
ndk-version: 23.1.7779620

# default: 14742923
# default: 15859902
# see https://developer.android.com/studio#command-tools
# ex commandlinetools-mac-${command-line-tools-version}_latest.zip
command-line-tools-version: 14742923
command-line-tools-version: 15859902

# default: true
# Whether to generate or not the job summary
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
command-line-tools-version:
required: false
description: "command line tools version"
default: "14742923"
default: "15859902"
cache-disabled:
required: false
description: "disabled cache"
Expand Down
Loading