androidandroid-studiomaterial-uimaterial-design

Which versions of Android support Material 3 (MD3)


I started doing a research about Material 3 support and can't find a version list of which Android versions support Material 3 design library (MD3)


Solution

  • Material library supports Android 5.0 and up (API level 21)

    Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 21 or later.

    According to latest 1.12.0 version: https://mvnrepository.com/artifact/com.google.android.material/material

    Version 1.11.0 supports Android 4.4 (API level 19)

    Older versions support Android 4.0 (API level 14)