Commit 4eaa43f
build(android): Build AGP matrix against compileSdk 37
The AGP compatibility matrix builds the UI test app against compileSdk
37 with older AGP versions (8.7.0/8.8.0/8.9.0). Those versions predate
API 37: they neither auto-download platforms;android-37 (failing
minifyReleaseWithR8 with "Failed to find Platform SDK") nor recognize
the compileSdk (emitting an unsupported-compileSdk warning).
Install the platform explicitly in the matrix workflow so the build can
resolve it, and set android.suppressUnsupportedCompileSdk=37 to silence
the warning across the Android builds.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d35a1d5 commit 4eaa43f
2 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments