Improve password field.

This commit is contained in:
Benoit Marty
2022-11-22 10:58:15 +01:00
parent 8f03957c23
commit 87812f6f5c
2 changed files with 23 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ dependencies {
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.material:material")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
implementation("androidx.activity:activity-compose:1.6.1")