libs.versions.toml 1.5 KB

123456789101112131415161718192021222324252627282930
  1. [versions]
  2. agp = "8.8.0"
  3. junit = "4.13.2"
  4. junitVersion = "1.1.5"
  5. espressoCore = "3.5.1"
  6. appcompat = "1.6.1"
  7. material = "1.10.0"
  8. constraintlayout = "2.1.4"
  9. lifecycleLivedataKtx = "2.6.1"
  10. lifecycleViewmodelKtx = "2.6.1"
  11. navigationFragment = "2.6.0"
  12. navigationUi = "2.6.0"
  13. media3Common = "1.5.1"
  14. [libraries]
  15. junit = { group = "junit", name = "junit", version.ref = "junit" }
  16. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  17. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  18. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  19. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  20. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  21. lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
  22. lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
  23. navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
  24. navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
  25. media3-common = { group = "androidx.media3", name = "media3-common", version.ref = "media3Common" }
  26. [plugins]
  27. android-application = { id = "com.android.application", version.ref = "agp" }