Commit 10a4fab
chore(android): drop the stale compileSdk suppression (#9)
`android.suppressUnsupportedCompileSdk=35` and its comment were left over
from AGP 8.3, which was only validated up to compileSdk 34. Both the premise
and the value are now wrong: the project is on AGP 8.13.2 and compileSdk 36,
so the property targets a version we no longer compile against, and AGP 8.13
supports 36 natively with no warning to suppress.
It was inert rather than harmful, but it read as documentation of a
constraint that no longer exists. Verified by building with it removed:
`assembleDebug` succeeds with zero untested-SDK warnings.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent ed0a2b5 commit 10a4fab
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
0 commit comments