libs.versions.toml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [versions]
  2. agp = "8.10.1"
  3. butterknife = "8.5.1"
  4. converterGson = "2.9.0"
  5. kotlin = "2.0.21"
  6. coreKtx = "1.10.1"
  7. junit = "4.13.2"
  8. junitVersion = "1.1.5"
  9. espressoCore = "3.5.1"
  10. lifecycleRuntimeKtx = "2.6.1"
  11. activityCompose = "1.8.0"
  12. composeBom = "2024.09.00"
  13. retrofit = "2.9.0"
  14. media3Decoder = "1.8.0"
  15. [libraries]
  16. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  17. butterknife = { module = "com.jakewharton:butterknife", version.ref = "butterknife" }
  18. converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" }
  19. junit = { group = "junit", name = "junit", version.ref = "junit" }
  20. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  21. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  22. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  23. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  24. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  25. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  26. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  27. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  28. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  29. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  30. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  31. androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
  32. retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
  33. androidx-media3-decoder = { group = "androidx.media3", name = "media3-decoder", version.ref = "media3Decoder" }
  34. [plugins]
  35. android-application = { id = "com.android.application", version.ref = "agp" }
  36. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  37. kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }