libs.versions.toml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. [versions]
  2. androidxComposeBom = "2025.03.01"
  3. androidGradlePlugin = "8.9.1"
  4. coreSplashscreen = "1.0.1"
  5. kotlinxCoroutinesAndroid = "1.8.1"
  6. ktx = "1.15.0"
  7. compose = "1.10.1"
  8. immutable = "0.3.7"
  9. location = "21.3.0"
  10. koin = "3.5.3"
  11. koin-compose = "3.5.3"
  12. moshiKotlin = "1.15.0"
  13. moshiKotlinCodegen = "1.15.0"
  14. navigationCompose = "2.8.9"
  15. lyfecyleCompose = "2.8.7"
  16. retrofit = "2.11.0"
  17. junit = "4.13.2"
  18. junittest = "1.2.1"
  19. espresso = "3.6.1"
  20. room = "2.6.1"
  21. material = "1.7.8"
  22. material3 = "1.3.1"
  23. org-jetbrains-kotlin-android = "2.0.21"
  24. appcompat = "1.7.0"
  25. com-google-android-material-material = "1.12.0"
  26. ksp = "2.0.21-1.0.28"
  27. animationGraphicsAndroid = "1.7.8"
  28. play-services-maps = "19.1.0"
  29. maps-compose = "4.4.1"
  30. secretsGradlePlugin = "2.0.1"
  31. webkit = "1.13.0"
  32. [libraries]
  33. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
  34. androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
  35. androidx-compose-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  36. androidx-compose-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  37. androidx-compose-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  38. androidx-compose-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  39. androidx-compose-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  40. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }
  41. androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
  42. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lyfecyleCompose" }
  43. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "compose" }
  44. androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
  45. androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "lyfecyleCompose" }
  46. android-compose-material = { group = "androidx.compose.material", name = "material", version.ref = "material" }
  47. android-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
  48. kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "immutable" }
  49. kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
  50. kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesAndroid" }
  51. android-play-services-location = { group = "com.google.android.gms", name = "play-services-location", version.ref = "location" }
  52. # Koin
  53. koin-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin" }
  54. koin-androidx-compose = { group = "io.insert-koin", name = "koin-androidx-compose", version.ref = "koin-compose" }
  55. koin-androidx-compose-navigation = { group = "io.insert-koin", name = "koin-androidx-compose-navigation", version.ref = "koin-compose" }
  56. # Retrofit
  57. moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshiKotlin" }
  58. moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshiKotlinCodegen" }
  59. retrofit-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
  60. retrofit-converter-moshi = { group = "com.squareup.retrofit2", name = "converter-moshi", version.ref = "retrofit" }
  61. # Room
  62. room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
  63. room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
  64. androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
  65. play-services-maps = { group = "com.google.android.gms", name = "play-services-maps", version.ref = "play-services-maps" }
  66. maps-compose = { group = "com.google.maps.android", name = "maps-compose", version.ref = "maps-compose" }
  67. # Test
  68. junit-junit = { group = "junit", name = "junit", version.ref = "junit" }
  69. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junittest" }
  70. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" }
  71. coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesAndroid" }
  72. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  73. material = { group = "com.google.android.material", name = "material", version.ref = "com-google-android-material-material" }
  74. androidx-animation-graphics-android = { group = "androidx.compose.animation", name = "animation-graphics-android", version.ref = "animationGraphicsAndroid" }
  75. androidx-webkit = { group = "androidx.webkit", name = "webkit", version.ref = "webkit" }
  76. [plugins]
  77. android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
  78. android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
  79. org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin-android" }
  80. compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "org-jetbrains-kotlin-android" }
  81. com-google-devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
  82. secrets-gradle-plugin = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secretsGradlePlugin" }