libs.versions.toml 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [versions]
  2. agp = "8.5.1"
  3. bom = "VERSION"
  4. bomVersion = "2.0"
  5. coilComposeVersion = "2.4.0"
  6. githubBom = "2"
  7. githubBomVersion = "2.6.1"
  8. kotlin = "1.9.0"
  9. coreKtx = "1.10.1"
  10. junit = "4.13.2"
  11. junitVersion = "1.1.5"
  12. espressoCore = "3.5.1"
  13. ktorClientAndroid = "2.3.7"
  14. lifecycleRuntimeKtx = "2.6.1"
  15. activityCompose = "1.8.0"
  16. composeBom = "2024.04.01"
  17. storageKt = "2.6.1"
  18. storageKtVersion = "1.9.0"
  19. navigationRuntimeKtx = "2.8.1"
  20. navigationCompose = "2.8.1"
  21. runtimeAndroid = "1.7.2"
  22. uiAndroid = "1.7.2"
  23. volley = "1.2.1"
  24. material = "1.7.5"
  25. coilCompose = "2.4.0"
  26. toolsCore = "1.0.0-alpha10"
  27. appcompat = "1.7.0"
  28. runtimeLivedata = "1.7.5"
  29. [libraries]
  30. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  31. bom = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bom" }
  32. bom-v2 = { module = "io.github.jan-tennert.supabase:bom", version.ref = "githubBom" }
  33. bom-v20 = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bomVersion" }
  34. bom-v261 = { module = "io.github.jan-tennert.supabase:bom", version.ref = "githubBomVersion" }
  35. coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilComposeVersion" }
  36. github-gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt", version.ref = "bom" }
  37. github-postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  38. github-realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
  39. gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
  40. io-github-jan-tennert-supabase-gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
  41. io-github-jan-tennert-supabase-gotrue-kt2 = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
  42. io-github-jan-tennert-supabase-postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  43. io-github-jan-tennert-supabase-postgrest-kt2 = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  44. junit = { group = "junit", name = "junit", version.ref = "junit" }
  45. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  46. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  47. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  48. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  49. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  50. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  51. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  52. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  53. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  54. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  55. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  56. androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
  57. androidx-material = { group = "androidx.compose.material", name = "material" }
  58. ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktorClientAndroid" }
  59. ktor-client-android_z = { module = "io.ktor:ktor-client-[android]" }
  60. postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  61. realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
  62. storage-kt = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "bom" }
  63. storage-kt-v190 = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "storageKtVersion" }
  64. storage-kt-v261 = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "storageKt" }
  65. supabase-gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
  66. supabase-postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
  67. supabase-realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
  68. androidx-navigation-runtime-ktx = { group = "androidx.navigation", name = "navigation-runtime-ktx", version.ref = "navigationRuntimeKtx" }
  69. androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
  70. androidx-runtime-android = { group = "androidx.compose.runtime", name = "runtime-android", version.ref = "runtimeAndroid" }
  71. androidx-ui-android = { group = "androidx.compose.ui", name = "ui-android", version.ref = "uiAndroid" }
  72. volley = { group = "com.android.volley", name = "volley", version.ref = "volley" }
  73. androidx-tools-core = { group = "androidx.privacysandbox.tools", name = "tools-core", version.ref = "toolsCore" }
  74. androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  75. androidx-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata", version.ref = "runtimeLivedata" }
  76. [plugins]
  77. android-application = { id = "com.android.application", version.ref = "agp" }
  78. jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }