libs.versions.toml 684 B

123456789101112131415161718
  1. [versions]
  2. agp = "8.3.0"
  3. junit = "4.13.2"
  4. junitVersion = "1.1.5"
  5. espressoCore = "3.5.1"
  6. appcompat = "1.6.1"
  7. material = "1.11.0"
  8. [libraries]
  9. junit = { group = "junit", name = "junit", version.ref = "junit" }
  10. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  11. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  12. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  13. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  14. [plugins]
  15. androidApplication = { id = "com.android.application", version.ref = "agp" }