SIGN IN SIGN UP

build(android): Pin AAR minCompileSdk to minSdk (#5823)

* build(android): Pin AAR minCompileSdk to minSdk

AGP 9 changed the default so a published library's AAR metadata
minCompileSdk mirrors its compileSdk, which we recently bumped to 37.
That would force every consumer of the Android SDK onto compileSdk 37.

Pin minCompileSdk to our minSdk for all published Android library
modules so consumers stay free to compile against any SDK we support,
preserving the pre-AGP-9 behavior.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* changelog

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
N
Nelson Osacky committed
4670d89b9bdbc4d8346b20edf9489b4cb97bffcc
Parent: 023ef00
Committed by GitHub <noreply@github.com> on 7/23/2026, 8:46:54 AM