libs.versions.toml 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. [versions]
  2. agp = "8.3.2"
  3. commonsCollections4 = "4.4"
  4. commonsIo = "2.16.1"
  5. commonsLang3 = "3.14.0"
  6. gson = "2.10.1"
  7. junit = "4.13.2"
  8. junitVersion = "1.1.5"
  9. espressoCore = "3.5.1"
  10. appcompat = "1.6.1"
  11. material = "1.11.0"
  12. activity = "1.8.0"
  13. constraintlayout = "2.1.4"
  14. socketIoClient = "2.0.0"
  15. [libraries]
  16. commons-collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "commonsCollections4" }
  17. commons-io = { module = "commons-io:commons-io", version.ref = "commonsIo" }
  18. commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commonsLang3" }
  19. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  20. junit = { group = "junit", name = "junit", version.ref = "junit" }
  21. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  22. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  23. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  24. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  25. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  26. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  27. socket-io-client = { module = "io.socket:socket.io-client", version.ref = "socketIoClient" }
  28. [plugins]
  29. androidApplication = { id = "com.android.application", version.ref = "agp" }