Fixed build.gradle
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
ee16e5fe9b
commit
62ed014799
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ dependencies {
|
|||
implementation "androidx.compose.ui:ui:$compose_version"
|
||||
implementation "androidx.compose.material:material:$compose_version"
|
||||
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
|
||||
implementation("io.coil-kt:coil-compose:1.3.1")
|
||||
implementation "com.google.accompanist:accompanist-swiperefresh:0.19.0"
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
|
||||
implementation 'androidx.activity:activity-compose:1.3.1'
|
||||
implementation "androidx.navigation:navigation-compose:2.4.0-alpha09"
|
||||
|
|
Loading…
Reference in a new issue