Skip to content

Commit f0c3a94

Browse files
runningcodeclaude
andcommitted
build(android): Install android-37.0 platform for AGP matrix
API 37 ships as a minor-versioned platform (android-37.0). Install it explicitly in the AGP compatibility matrix before building the release APK so the platform can be resolved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d35a1d5 commit f0c3a94

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/agp-matrix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
disk-size: 4096M
7474
script: echo "Generated AVD snapshot for caching."
7575

76+
# API 37 ships as a minor-versioned platform (android-37.0); install it
77+
# explicitly so the build can resolve it.
78+
- name: Install compileSdk platform
79+
run: echo "y" | "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" "platforms;android-37.0"
80+
7681
# Clean, build and release a test apk
7782
- name: Make assembleUiTests
7883
run: make assembleUiTests

0 commit comments

Comments
 (0)