Skip to content
Merged
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
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@ jobs:

- name: Set up Android SDK
uses: android-actions/setup-android@v3
with:
# The action's default package list is `tools platform-tools`, and `tools` — the obsolete
# SDK Tools — no longer exists in Google's repository. sdkmanager exits 1 with
# "Warning: Failed to find package 'tools'" and the release dies here, after the bump PR
# has already merged (run #7, 2026-09-17, releasing 1.0.53). The v4 tag carries the same
# default, so pinning a newer action does not fix it; the list has to be overridden.
# Nothing downstream wants the dead package: `bundleRelease` lets AGP fetch the platform
# and build-tools it needs, and the signature check is `jarsigner` from the JDK.
packages: 'platform-tools'

# Takes the Gradle version from gradle/wrapper/gradle-wrapper.properties, and from v4 also
# checksums gradle-wrapper.jar against Gradle's published hashes on every run — which is what
Expand Down
1 change: 1 addition & 0 deletions .idea/dictionaries/project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@
"sdcard",
"sdk",
"sdkconfig",
"sdkmanager",
"searchlab",
"seekable",
"segoe",
Expand Down