Fix wording issue + add authentication autofil.

This commit is contained in:
Thomas Andres Gomez 2022-10-16 08:43:15 +02:00
parent d3d7f89e22
commit e176b6827a
6 changed files with 57 additions and 6 deletions

View file

@ -91,12 +91,13 @@ dependencies {
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"
implementation 'androidx.core:core-ktx:+'
debugImplementation "androidx.activity:activity-ktx:1.6.0-rc01"
implementation 'androidx.activity:activity-compose:1.5.1'
// Android Compose
implementation "androidx.compose.ui:ui:1.2.1"
implementation "androidx.compose.ui:ui-util:1.2.1"
implementation "androidx.compose.foundation:foundation:1.2.1"
implementation "androidx.compose.material:material:1.2.1"
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"
implementation "androidx.compose.runtime:runtime-livedata:1.2.1"