libs.versions.toml 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [versions]
  2. agp = "8.3.2"
  3. commonsCollections4 = "4.4"
  4. commonsIo = "2.16.1"
  5. commonsLang3 = "3.14.0"
  6. datastore = "1.1.1"
  7. gson = "2.10.1"
  8. hilt = "2.48"
  9. junit = "4.13.2"
  10. junitVersion = "1.1.5"
  11. espressoCore = "3.5.1"
  12. appcompat = "1.6.1"
  13. kotlinxCoroutines = "1.8.1"
  14. kotlinxSerializationJson = "1.5.1"
  15. ktor = "2.3.11"
  16. material = "1.12.0"
  17. activity = "1.9.0"
  18. constraintlayout = "2.1.4"
  19. socketIoClient = "2.0.0"
  20. navigationFragment = "2.7.7"
  21. navigationUi = "2.7.7"
  22. kotlin = "1.9.24"
  23. annotation = "1.8.0"
  24. lifecycle = "2.8.0"
  25. coreKtx = "1.13.1"
  26. [libraries]
  27. commons-collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "commonsCollections4" }
  28. commons-io = { module = "commons-io:commons-io", version.ref = "commonsIo" }
  29. commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commonsLang3" }
  30. datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" }
  31. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  32. hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
  33. hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
  34. junit = { group = "junit", name = "junit", version.ref = "junit" }
  35. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  36. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  37. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  38. coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
  39. coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
  40. kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
  41. kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
  42. ktor-client-cio = { group = "io.ktor", name = "ktor-client-cio", version.ref = "ktor" }
  43. ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
  44. ktor-client-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
  45. ktor-client-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" }
  46. ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
  47. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  48. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  49. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  50. socket-io-client = { module = "io.socket:socket.io-client", version.ref = "socketIoClient" }
  51. navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
  52. navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
  53. annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
  54. lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" }
  55. lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
  56. lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
  57. core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  58. [plugins]
  59. androidApplication = { id = "com.android.application", version.ref = "agp" }
  60. jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  61. kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
  62. hiltAndroid = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }