Newer
Older
CitrusClient / gradle / libs.versions.toml
  1. [versions]
  2. agp = "8.4.0"
  3. junit = "4.13.2"
  4. junitVersion = "1.1.5"
  5. espressoCore = "3.5.1"
  6. appcompat = "1.7.0"
  7. material = "1.12.0"
  8. retrofit21 = "2.9.0"
  9. retrofit22 = "2.9.0"
  10. retrofit23 = "2.5.0"
  11. retrofit24 = "2.1.0"
  12. activity = "1.9.0"
  13. constraintlayout = "2.1.4"
  14.  
  15. [libraries]
  16. junit = { group = "junit", name = "junit", version.ref = "junit" }
  17. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  18. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  19. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  20. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  21. retrofit21 = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit21" }
  22. retrofit22 = { group = "com.squareup.retrofit2", name = "converter-moshi", version.ref = "retrofit22" }
  23. retrofit23 = { group = "com.squareup.retrofit2", name = "converter-jackson", version.ref = "retrofit23" }
  24. retrofit24 = { group = "com.squareup.retrofit2", name = "converter-scalars", version.ref = "retrofit24" }
  25. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  26. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  27.  
  28. [plugins]
  29. android-application = { id = "com.android.application", version.ref = "agp" }
  30.