Add pull to refresh on the Lexion.
This commit is contained in:
parent
6167999001
commit
c5fb8bf99e
7 changed files with 153 additions and 63 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue