adevinta / spark-android

✨ Simple, Modular & Accessible UI Components for your Android Applications
https://adevinta.github.io/spark-android/
MIT License
69 stars 24 forks source link

[FR]: Bump targetSdk and compileSdk to 35 (Android 15) #1368

Open SimonMarquis opened 3 weeks ago

SimonMarquis commented 3 weeks ago

🕵️ Is there an existing issue for this?

Describe the problem

Spark is currently using API level 34

https://github.com/adevinta/spark-android/blob/42d16dfe8c9fea36cd368b50b631d881f7ff98e1/gradle/libs.versions.toml#L13

https://github.com/adevinta/spark-android/blob/42d16dfe8c9fea36cd368b50b631d881f7ff98e1/gradle/libs.versions.toml#L28

Describe the solution

Update to API level 35, and check edge-to-edge system enforcement potential side-effects.

Additional context

No response

Code of Conduct