After migrating a couple of my older projects over to AndroidX it as though three of my dependencies are deprecated:
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
I haven't been able to find a replacement for these dependencies.
Does AndroidX have an equivalent for these dependencies?