compileSdk 37 and CI memory headroom
2026-08-26
Android build (DroidFlyer)
- Unblocked the OkHttp update by bumping the app to compile against Android 37.
- Opened and merged PR #540: compileSdk → 37 to satisfy okhttp-android 5.5.0 pulled in by the dependency bump.
- This fixes the
:app:checkDebugAarMetadatafailure and lets the dependency bump go through. - Cleanup: created then removed a short-lived
build/compile-sdk-37branch; also pruned a Dependabot branch after merge.
- Quote that sums it up:
requires libraries and applications depending on it to compile against version 37 or later of the Android APIs
CI headroom (Norimaki)
- Gave the test job more memory to stop starving the Kotlin compile daemon and the test JVM.
- Merged PR #466: added memory headroom (current setup was medium (4GB) with
JVM_OPTS: -Xmx3200m, leaving almost nothing for other processes). - Spiked on
ci/test-resource-class-largeand then cleaned it up post-merge. - Tidied up an auto-bump branch once things were green.
- Merged PR #466: added memory headroom (current setup was medium (4GB) with
Quiet elsewhere
- No Linear tickets moved and no Bluesky activity.
- GitHub ticked up: +10 followers. Small, tidy day.