libs.versions.toml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [versions]
  2. agp = "8.6.1"
  3. baserecyclerviewadapterhelper = "3.0.14"
  4. eventbus = "3.3.1"
  5. gson = "2.12.1"
  6. kotlin = "1.9.0"
  7. coreKtx = "1.15.0"
  8. junit = "4.13.2"
  9. junitVersion = "1.2.1"
  10. espressoCore = "3.6.1"
  11. appcompat = "1.7.0"
  12. material = "1.12.0"
  13. activity = "1.10.0"
  14. constraintlayout = "2.2.0"
  15. multidex = "2.0.1"
  16. okhttp = "4.12.0"
  17. retrofit = "2.11.0"
  18. rxandroid = "3.0.2"
  19. rxjava = "3.1.10"
  20. utilcodex = "1.31.1"
  21. [libraries]
  22. adapter-rxjava3 = { module = "com.squareup.retrofit2:adapter-rxjava3", version.ref = "retrofit" }
  23. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  24. androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
  25. baserecyclerviewadapterhelper = { module = "io.github.cymchad:BaseRecyclerViewAdapterHelper", version.ref = "baserecyclerviewadapterhelper" }
  26. converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
  27. eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
  28. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  29. junit = { group = "junit", name = "junit", version.ref = "junit" }
  30. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  31. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  32. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  33. logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
  34. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  35. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  36. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  37. okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
  38. retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
  39. rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" }
  40. rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
  41. utilcodex = { module = "com.blankj:utilcodex", version.ref = "utilcodex" }
  42. [plugins]
  43. android-application = { id = "com.android.application", version.ref = "agp" }
  44. android-library = { id = "com.android.library", version.ref = "agp" }
  45. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }