-1

What is the minimum SDK version support for Material Design 3 (M3) in Compose?

1
  • Compose Material 3. I think minimum is Android 5, but in the link I mentioned there's no Data. Commented Feb 6, 2024 at 18:18

1 Answer 1

0

Acoording to this official guide, in general you require at least API 21 in Jetpack Compose:

In the Minimum API level dropdown menu, select API level 21 or higher.

For Material3, there is no extra API version that you need, so you can use Material3 with API level 21.
You can create a Jetpack Compose Activity in the Android Studio project setup wizard. Just select the option "Empty Compose Activity (Material3)". Then, Android Studio will automatically set up the project for you, and you can verify that it uses API 21.

Android Studio Screenshot

Also have a look at this official sample project for Material3 that also uses API 21.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.