libs.versions.toml 1.1 KB

123456789101112131415161718192021222324
  1. [versions]
  2. agp = "8.7.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. activity = "1.8.0"
  9. constraintlayout = "2.1.4"
  10. nexilis = "1.0.23"
  11. [libraries]
  12. junit = { group = "junit", name = "junit", version.ref = "junit" }
  13. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  14. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  15. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  16. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  17. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  18. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  19. [plugins]
  20. android-application = { id = "com.android.application", version.ref = "agp" }
  21. android-library = { id = "com.android.library", version.ref = "agp" }
  22. nexilis-in = { id = "io.nexilis.in-plugin", version.ref = "nexilis" }