libs.versions.toml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [versions]
  2. agp = "8.6.0"
  3. kotlin = "1.9.0"
  4. coreKtx = "1.10.1"
  5. junit = "4.13.2"
  6. junitVersion = "1.1.5"
  7. espressoCore = "3.5.1"
  8. appcompat = "1.6.1"
  9. material = "1.10.0"
  10. activity = "1.8.0"
  11. constraintlayout = "2.1.4"
  12. localbroadcastmanager = "1.1.0"
  13. rxpermissions = "0.11"
  14. swiperefreshlayout = "1.1.0"
  15. recycler-adapter-helper4 = "3.0.4"
  16. glide = "4.11.0"
  17. multidex = "2.0.1"
  18. mqttv3 = "1.2.0"
  19. eventbus = "3.2.0"
  20. bgaZxing = "1.3.8"
  21. retrofit = "2.9.0"
  22. okhttp3-logging = "3.14.9"
  23. gson = "2.8.6"
  24. rxAndroid = "2.1.1"
  25. rxjava = "2.2.21"
  26. [libraries]
  27. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  28. junit = { group = "junit", name = "junit", version.ref = "junit" }
  29. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  30. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  31. androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  32. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  33. androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  34. androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  35. androidx-localbroadcastmanager = { group = "androidx.localbroadcastmanager", name = "localbroadcastmanager", version.ref = "localbroadcastmanager" }
  36. rxpermissions = { group = "com.github.tbruyelle", name = "rxpermissions", version.ref = "rxpermissions" }
  37. androidx-swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" }
  38. recycler-adapter-helper4 = { group = "io.github.cymchad", name = "BaseRecyclerViewAdapterHelper", version.ref = "recycler-adapter-helper4" }
  39. glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
  40. androidx-multidex = { group = "androidx.multidex", name = "multidex", version.ref = "multidex" }
  41. mqttv3 = { group = "org.eclipse.paho", name = "org.eclipse.paho.client.mqttv3", version.ref = "mqttv3" }
  42. eventbus = { group = "org.greenrobot", name = "eventbus", version.ref = "eventbus" }
  43. bgaZxing = { group = "com.github.bingoogolapple.BGAQRCode-Android", name = "zxing", version.ref = "bgaZxing" }
  44. squareup-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
  45. squareup-converter-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit" }
  46. squareup-converter-scalars = { group = "com.squareup.retrofit2", name = "converter-scalars", version.ref = "retrofit" }
  47. squareup-rx-java-adapter = { group = "com.squareup.retrofit2", name = "adapter-rxjava2", version.ref = "retrofit" }
  48. okhttp3-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp3-logging" }
  49. gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
  50. rx-java = { group = "io.reactivex.rxjava2", name = "rxjava", version.ref = "rxjava" }
  51. rx-android = { group = "io.reactivex.rxjava2", name = "rxandroid", version.ref = "rxAndroid" }
  52. [plugins]
  53. android-application = { id = "com.android.application", version.ref = "agp" }
  54. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  55. android-library = { id = "com.android.library", version.ref = "agp" }