I am developing and Android app for my Android 12 device. Naturaly, I want the UI to match the new Material 3 design.
However, how are older devices handled? How can I make my app look native on Android 11 as well?
Currently I have MDC version 1.5.0 as a dependency for my project. As far as I understood, this makes the UI always look like Material 3, independent of which device it runs on.