libs.versions.toml 753 B

12345678910111213141516171819
  1. [versions]
  2. agp = "8.3.1"
  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. [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" }
  16. androidLibrary = { id = "com.android.library", version.ref = "agp" }