diff --git a/app/build.gradle b/app/build.gradle index 16bf7402..cfe986d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -113,18 +113,18 @@ dependencies { implementation libs.ktor.client.logging.jvm implementation(libs.ktor.client.core) - implementation("io.github.jan-tennert.supabase:storage-kt:2.0.0") + implementation("io.github.jan-tennert.supabase:storage-kt:2.4.0") def composeBom = platform('androidx.compose:compose-bom:2023.09.02') implementation(composeBom) androidTestImplementation(composeBom) - implementation "androidx.compose.runtime:runtime" - implementation "androidx.compose.ui:ui" - implementation "androidx.compose.foundation:foundation" - implementation "androidx.compose.foundation:foundation-layout" - implementation "androidx.compose.material:material" - implementation "androidx.compose.runtime:runtime-livedata" - implementation "androidx.compose.ui:ui-tooling" + implementation("androidx.compose.runtime:runtime") + implementation("androidx.compose.ui:ui") + implementation("androidx.compose.foundation:foundation") + implementation("androidx.compose.foundation:foundation-layout") + implementation("androidx.compose.material:material") + implementation("androidx.compose.runtime:runtime-livedata") + implementation("androidx.compose.ui:ui-tooling") implementation libs.accompanist.themeadapter.material implementation(libs.androidx.hilt.navigation.compose) implementation libs.glide.compose