Add logout.
This commit is contained in:
parent
6aca43bc5f
commit
1c9f856e65
11 changed files with 103 additions and 30 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue