Add logout.

This commit is contained in:
Thomas Andres Gomez 2022-07-05 08:38:19 +02:00
parent 6aca43bc5f
commit 1c9f856e65
11 changed files with 103 additions and 30 deletions

View file

@ -68,7 +68,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion '1.2.0-rc01'
kotlinCompilerExtensionVersion '1.2.0-rc02'
}
packagingOptions {
@ -88,7 +88,7 @@ dependencies {
implementation 'androidx.activity:activity-compose:1.4.0'
// Android Compose
implementation "androidx.compose.ui:ui:1.2.0-rc01"
implementation "androidx.compose.ui:ui:1.2.0-rc02"
implementation "androidx.compose.material:material:1.1.1"
implementation "androidx.compose.runtime:runtime-livedata:1.1.1"
implementation "androidx.compose.ui:ui-tooling-preview:1.1.1"