libs.versions.toml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [versions]
  2. agp = "8.5.1"
  3. bom = "2.6.0"
  4. bomVersion = "VERSION"
  5. coilCompose = "2.4.0"
  6. kotlin = "1.9.0"
  7. coreKtx = "1.10.1"
  8. junit = "4.13.2"
  9. junitVersion = "1.1.5"
  10. espressoCore = "3.5.1"
  11. ktorClientAndroid = "2.3.7"
  12. ktorClientEngine_z = "2.3.12"
  13. lifecycleRuntimeKtx = "2.6.1"
  14. activityCompose = "1.8.0"
  15. composeBom = "2024.04.01"
  16. storageKt = "2.0.4"
  17. xmodule_z = "2.6.0"
  18. volley = "1.2.1"
  19. [libraries]
  20. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  21. bom = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bom" }
  22. bom-vversion = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bomVersion" }
  23. coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
  24. github-postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  25. github-realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
  26. gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
  27. junit = { group = "junit", name = "junit", version.ref = "junit" }
  28. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  29. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  30. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  31. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  32. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  33. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  34. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  35. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  36. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  37. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  38. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  39. androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
  40. ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktorClientAndroid" }
  41. ktor-client-engine_z = { module = "io.ktor:ktor-client-[engine]", version.ref = "ktorClientEngine_z" }
  42. realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
  43. postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  44. storage-kt = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "storageKt" }
  45. supabase-gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
  46. supabase-realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
  47. supabase-postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  48. xmodule_z = { module = "io.github.jan-tennert.supabase:[module]", version.ref = "xmodule_z" }
  49. volley = { group = "com.android.volley", name = "volley", version.ref = "volley" }
  50. [plugins]
  51. android-application = { id = "com.android.application", version.ref = "agp" }
  52. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }