Skip to content

Commit

Permalink
Improve syntax of gradle and upgrade supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu committed Jun 17, 2024
1 parent 8425e77 commit 9ed762b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ed762b

Please sign in to comment.