|
@@ -1,6 +1,7 @@
|
|
[versions]
|
|
[versions]
|
|
agp = "8.5.2"
|
|
agp = "8.5.2"
|
|
bom = "2.6.1"
|
|
bom = "2.6.1"
|
|
|
|
+coilCompose = "2.4.0"
|
|
datetime = "0.8.1-rc"
|
|
datetime = "0.8.1-rc"
|
|
kotlin = "1.9.0"
|
|
kotlin = "1.9.0"
|
|
coreKtx = "1.13.1"
|
|
coreKtx = "1.13.1"
|
|
@@ -24,6 +25,7 @@ androidx-navigation-dynamic-features-fragment = { module = "androidx.navigation:
|
|
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigationCompose" }
|
|
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigationCompose" }
|
|
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigationCompose" }
|
|
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigationCompose" }
|
|
bom = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bom" }
|
|
bom = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bom" }
|
|
|
|
+coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
|
|
datetime = { module = "io.github.vanpra.compose-material-dialogs:datetime", version.ref = "datetime" }
|
|
datetime = { module = "io.github.vanpra.compose-material-dialogs:datetime", version.ref = "datetime" }
|
|
gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
|
|
gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
@@ -43,6 +45,7 @@ ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktorClien
|
|
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktorClientOkhttp" }
|
|
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktorClientOkhttp" }
|
|
postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
|
|
postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
|
|
realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
|
|
realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
|
|
|
|
+storage-kt = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "bom" }
|
|
supabase-gotrue = { module = "io.github.jan-tennert.supabase:supabase-gotrue", version.ref = "bom" }
|
|
supabase-gotrue = { module = "io.github.jan-tennert.supabase:supabase-gotrue", version.ref = "bom" }
|
|
supabase-gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt", version.ref = "bom" }
|
|
supabase-gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt", version.ref = "bom" }
|
|
supabase-kt = { module = "io.supabase:supabase-kt", version.ref = "supabaseKt" }
|
|
supabase-kt = { module = "io.supabase:supabase-kt", version.ref = "supabaseKt" }
|