libs.versions.toml 3.3 KB

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