libs.versions.toml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. [versions]
  2. agp = "8.3.2"
  3. commonsCollections4 = "4.4"
  4. commonsIo = "2.16.1"
  5. commonsLang3 = "3.14.0"
  6. commonsValidator = "1.8.0"
  7. composeBom = "2024.06.00"
  8. datastore = "1.1.1"
  9. fragmentKtx = "1.8.1"
  10. gson = "2.10.1"
  11. hilt = "2.48"
  12. junit = "4.13.2"
  13. junitVersion = "1.1.5"
  14. espressoCore = "3.5.1"
  15. appcompat = "1.6.1"
  16. kotlinxCoroutines = "1.8.1"
  17. kotlinxSerializationJson = "1.5.1"
  18. ktor = "2.3.11"
  19. lifecycleViewmodelCompose = "2.8.3"
  20. material = "1.12.0"
  21. activity = "1.9.0"
  22. constraintlayout = "2.1.4"
  23. material3 = "1.2.1"
  24. materialIconsExtended = "1.6.8"
  25. roomRuntime = "2.6.1"
  26. runtimeLivedata = "1.6.8"
  27. savedstateVersion = "1.2.1"
  28. socketIoClient = "2.0.0"
  29. navigation = "2.7.7"
  30. kotlin = "1.9.24"
  31. annotation = "1.8.0"
  32. lifecycle = "2.8.0"
  33. coreKtx = "1.13.1"
  34. uiToolingPreview = "1.6.8"
  35. uiTooling = "1.6.8"
  36. [libraries]
  37. androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" }
  38. androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
  39. androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core", version.ref = "materialIconsExtended" }
  40. androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
  41. androidx-material3-window-size = { module = "androidx.compose.material3:material3-window-size-class", version.ref = "material3" }
  42. androidx-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "runtimeLivedata" }
  43. commons-collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "commonsCollections4" }
  44. commons-io = { module = "commons-io:commons-io", version.ref = "commonsIo" }
  45. commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commonsLang3" }
  46. commons-validator = { module = "commons-validator:commons-validator", version.ref = "commonsValidator" }
  47. datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" }
  48. fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" }
  49. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  50. hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
  51. hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
  52. junit = { group = "junit", name = "junit", version.ref = "junit" }
  53. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  54. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  55. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  56. coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
  57. coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
  58. kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
  59. kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
  60. ktor-client-cio = { group = "io.ktor", name = "ktor-client-cio", version.ref = "ktor" }
  61. ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
  62. ktor-client-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
  63. ktor-client-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" }
  64. ktor-client-resources = { group = "io.ktor", name = "ktor-client-resources", version.ref = "ktor" }
  65. ktor-client-logging = { group = "io.ktor", name = "ktor-client-logging", version.ref = "ktor" }
  66. ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
  67. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  68. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  69. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  70. material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
  71. room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
  72. room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
  73. room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
  74. savedstate = { module = "androidx.savedstate:savedstate", version.ref = "savedstateVersion" }
  75. socket-io-client = { module = "io.socket:socket.io-client", version.ref = "socketIoClient" }
  76. navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigation" }
  77. navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" }
  78. navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigation" }
  79. navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }
  80. annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
  81. lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" }
  82. lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
  83. lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
  84. lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle" }
  85. core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  86. ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "uiTooling" }
  87. ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "uiToolingPreview" }
  88. [plugins]
  89. androidApplication = { id = "com.android.application", version.ref = "agp" }
  90. jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  91. kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
  92. hiltAndroid = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }