build: target Android 16 / API 36
All checks were successful
Android build / build (push) Successful in 12m16s

This commit is contained in:
Hermes
2026-08-31 12:17:46 -05:00
parent aae81c202e
commit dcdf69d02a
3 changed files with 6 additions and 6 deletions

View File

@@ -50,8 +50,8 @@ jobs:
set -o pipefail
sdkmanager \
"platform-tools" \
"platforms;android-35" \
"build-tools;35.0.0"
"platforms;android-36" \
"build-tools;36.0.0"
- name: Prepare optional release signing
if: github.event_name == 'release'