libs.versions.toml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [versions]
  2. agp = "8.5.2"
  3. bom = "2.6.1"
  4. coilCompose = "2.4.0"
  5. datetime = "0.8.1-rc"
  6. kotlin = "1.9.0"
  7. coreKtx = "1.13.1"
  8. junit = "4.13.2"
  9. junitVersion = "1.2.1"
  10. espressoCore = "3.6.1"
  11. ktorClientCio = "2.3.4"
  12. ktorClientOkhttp = "2.3.12"
  13. lifecycleRuntimeKtx = "2.8.5"
  14. activityCompose = "1.9.2"
  15. composeBom = "2024.09.01"
  16. material3 = "1.3.0"
  17. navigationCompose = "2.8.0"
  18. supabaseKt = "2.6.1"
  19. [libraries]
  20. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  21. androidx-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
  22. androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
  23. androidx-navigation-dynamic-features-fragment = { module = "androidx.navigation:navigation-dynamic-features-fragment", version.ref = "navigationCompose" }
  24. androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigationCompose" }
  25. androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigationCompose" }
  26. bom = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bom" }
  27. coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
  28. datetime = { module = "io.github.vanpra.compose-material-dialogs:datetime", version.ref = "datetime" }
  29. gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
  30. junit = { group = "junit", name = "junit", version.ref = "junit" }
  31. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  32. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  33. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  34. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  35. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  36. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  37. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  38. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  39. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  40. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  41. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  42. ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktorClientCio" }
  43. ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktorClientOkhttp" }
  44. postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  45. realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
  46. storage-kt = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "bom" }
  47. supabase-gotrue = { module = "io.github.jan-tennert.supabase:supabase-gotrue", version.ref = "bom" }
  48. supabase-gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt", version.ref = "bom" }
  49. supabase-kt = { module = "io.supabase:supabase-kt", version.ref = "supabaseKt" }
  50. [plugins]
  51. android-application = { id = "com.android.application", version.ref = "agp" }
  52. jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }