如何从 Material 设计 2 迁移到设计 3(MDC 1.4.0 到 MDC 1.5.0)

How to migrate from Material design 2 to 3 (MDC 1.4.0 to MDC 1.5.0)

我一直在尝试根据 Migrating to Material Design 3 做所有事情,但没有任何效果。

Android 工作室看不到 Theme.Material3

我当前的项目使用Theme.MaterialComponents

我所要做的就是替换 gradle 文件夹中的依赖项:

implementation 'com.google.android.material:material:1.4.0'  

implementation 'com.google.android.material:material:1.5.0-beta01'

我在 Getting started with Material Components for Android - Migration guidance

中找到了解决方案