Remove explicit CardView dependency

This commit is contained in:
arkon 2021-08-07 10:50:40 -04:00
parent 7bbba0c7d9
commit cd73c30d6f
2 changed files with 2 additions and 3 deletions

View File

@ -141,7 +141,6 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.4.0-alpha03")
implementation("androidx.biometric:biometric-ktx:1.2.0-alpha03")
implementation("androidx.browser:browser:1.3.0")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.0")
implementation("androidx.coordinatorlayout:coordinatorlayout:1.1.0")
implementation("androidx.core:core-ktx:1.7.0-alpha01")

View File

@ -10,7 +10,7 @@
android:visibility="gone"
tools:visibility="visible">
<androidx.cardview.widget.CardView
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="@dimen/dialog_radius">
@ -29,6 +29,6 @@
</com.google.android.material.appbar.MaterialToolbar>
</androidx.cardview.widget.CardView>
</com.google.android.material.card.MaterialCardView>
</FrameLayout>