Add pull to refresh on the Lexion.

This commit is contained in:
Andres Gomez, Thomas (ITDV CC) - AF (ext) 2023-07-16 14:37:18 +02:00
parent 6167999001
commit c5fb8bf99e
7 changed files with 153 additions and 63 deletions

View file

@ -64,6 +64,7 @@ android {
buildFeatures {
compose = true
buildConfig = true
}
composeOptions {
@ -85,6 +86,7 @@ dependencies {
implementation("androidx.compose.ui:ui:1.4.3")
implementation("androidx.compose.ui:ui-graphics:1.4.3")
implementation("androidx.compose.ui:ui-tooling-preview:1.4.3")
implementation("androidx.compose.material:material:1.4.3")
implementation("androidx.compose.material3:material3:1.1.1")
debugImplementation("androidx.compose.ui:ui-tooling:1.4.3")