I've just migrated to material design 1.2.1 but i have some issues when building the application.
I've replaced all <TextView objects with <androidx.appcompat.widget.AppCompatTextView> and still have build issues.
The error is: AAPT: error: resource style/Widget.AppCompat.TextView (aka com.app.package:style/Widget.AppCompat.TextView) not found.
Note this are some of mine dependencies versions: Also keep in mind that before replace the appcompat library with material i've migrated to androidX using Studio plugin, also only with material 1.0.0 i don't have build problems.
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.appcompat:appcompat:1.2.0'