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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user