fix(build): bump compileSdk 36 -> 37 for Material 3 Expressive alpha

Material 3 Expressive 1.5.0-alpha21 transitively requires
material-ripple-android:1.12.0-alpha03, which mandates compileSdk >= 37
via its AAR metadata. The Android SDK platform 37.0 was installed
locally (already available as a preview).

targetSdk stays at 36 - we compile against API 37 only for the new
material-ripple constants, not to opt into runtime behavior changes.
targetSdk will follow when API 37 reaches stable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jean-Luc Makiola
2026-06-08 15:34:36 +02:00
parent 2cf2dafacd
commit e4f445ac75

View File

@@ -7,7 +7,7 @@ plugins {
android { android {
namespace = "de.jeanlucmakiola.calendula" namespace = "de.jeanlucmakiola.calendula"
compileSdk = 36 compileSdk = 37
defaultConfig { defaultConfig {
applicationId = "de.jeanlucmakiola.calendula" applicationId = "de.jeanlucmakiola.calendula"