libs.versions.toml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [versions]
  2. agp = "8.5.2"
  3. ccp = "2.6.0"
  4. hiltAndroid = "2.51.1"
  5. kotlin = "1.9.0"
  6. coreKtx = "1.15.0"
  7. junit = "4.13.2"
  8. junitVersion = "1.2.1"
  9. espressoCore = "3.6.1"
  10. lifecycleRuntimeKtx = "2.8.7"
  11. activityCompose = "1.9.3"
  12. composeBom = "2024.04.01"
  13. org-jetbrains-kotlin-android = "1.9.0"
  14. hilt-lifecycle-viewmodel = "1.0.0-alpha03"
  15. androidx-hilt-lifecycle = "1.2.0"
  16. retrofit-version = "2.9.0"
  17. okhttp3-interceptor = "4.9.0"
  18. lifecycle-viewmodel = "2.7.0"
  19. navigation-compose = "2.7.7"
  20. runtime-livedata = "1.7.5"
  21. androidx-fragment = "1.8.5"
  22. navigationFragment = "2.8.4"
  23. accompanist-pager = "0.31.3-beta"
  24. coreI18n = "1.0.0-alpha01"
  25. [libraries]
  26. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  27. ccp = { module = "com.hbb20:ccp", version.ref = "ccp" }
  28. hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
  29. hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hiltAndroid" }
  30. hilt-lifecycle = { module = "androidx.hilt:hilt-lifecycle-viewmodel", version.ref = "hilt-lifecycle-viewmodel" }
  31. hilt-navigation = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt-lifecycle" }
  32. androidx-hilt-compiler = {module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt-lifecycle" }
  33. junit = { group = "junit", name = "junit", version.ref = "junit" }
  34. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  35. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  36. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  37. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  38. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  39. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  40. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  41. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  42. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  43. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  44. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  45. androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
  46. retrofit2-squareup = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit-version" }
  47. retrofit-converter = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit-version" }
  48. okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp3-interceptor"}
  49. lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle-viewmodel" }
  50. navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
  51. runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "runtime-livedata"}
  52. androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "androidx-fragment"}
  53. androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
  54. accompanist-pager= { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanist-pager" }
  55. accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanist-pager" }
  56. androidx-core-i18n = { group = "androidx.core", name = "core-i18n", version.ref = "coreI18n" }
  57. [plugins]
  58. android-application = { id = "com.android.application", version.ref = "agp" }
  59. jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  60. org-jetbrains-kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "org-jetbrains-kotlin-android"}
  61. hilt-android-plugin = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" }