libs.versions.toml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. [versions]
  2. agp = "8.6.1"
  3. annotation = "1.9.1"
  4. coil = "2.7.0"
  5. coilSvg = "2.7.0"
  6. fotoapparat = "2.7.0"
  7. zxing-core = "3.5.3"
  8. zxing-android-core = "3.3.0"
  9. dialogx = "0.0.49"
  10. eventbus = "3.3.1"
  11. flexbox = "3.0.0"
  12. glide = "4.16.0"
  13. gson = "2.12.1"
  14. kotlin = "2.1.0"
  15. junit = "4.13.2"
  16. junitVersion = "1.2.1"
  17. espressoCore = "3.6.1"
  18. appcompat = "1.7.0"
  19. lifecycleExtensions = "2.2.0"
  20. lifecycleLivedataKtx = "2.8.7"
  21. lifecycleViewmodelKtx = "2.8.7"
  22. lottie = "6.6.2"
  23. material = "1.12.0"
  24. activity = "1.10.1"
  25. constraintlayout = "2.2.1"
  26. coreKtx = "1.15.0"
  27. ksp = "2.1.0-1.0.29"
  28. okhttp = "4.12.0"
  29. orgEclipsePahoClientMqttv3 = "1.2.5"
  30. refreshLayoutKernel = "3.0.0-alpha"
  31. retrofit = "2.11.0"
  32. roomRuntime = "2.6.1"
  33. rxandroid = "3.0.2"
  34. rxjava = "3.1.10"
  35. swiperefreshlayout = "1.1.0"
  36. utilcodex = "1.31.1"
  37. workRuntime = "2.10.0"
  38. xxpermissions = "20.0"
  39. [libraries]
  40. adapter-rxjava3 = { module = "com.squareup.retrofit2:adapter-rxjava3", version.ref = "retrofit" }
  41. androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
  42. androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
  43. androidx-lifecycle-extensions = { module = "androidx.lifecycle:lifecycle-extensions", version.ref = "lifecycleExtensions" }
  44. androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
  45. androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
  46. androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
  47. androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
  48. androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workRuntime" }
  49. coil-svg = { module = "io.coil-kt:coil-svg", version.ref = "coilSvg" }
  50. coil = { module = "io.coil-kt:coil", version.ref = "coil" }
  51. converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
  52. converter-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" }
  53. fotoapparat = { module = "io.fotoapparat:fotoapparat", version.ref = "fotoapparat" }
  54. zxing-core = { module = "com.google.zxing:core", version.ref = "zxing-core" }
  55. zxing-android-core = { module = "com.google.zxing:android-core", version.ref = "zxing-android-core" }
  56. dialogx = { module = "com.github.kongzue.DialogX:DialogX", version.ref = "dialogx" }
  57. eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
  58. flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
  59. glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
  60. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  61. junit = { group = "junit", name = "junit", version.ref = "junit" }
  62. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  63. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  64. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  65. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  66. logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
  67. lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
  68. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  69. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  70. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  71. okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
  72. org-eclipse-paho-client-mqttv3 = { module = "org.eclipse.paho:org.eclipse.paho.client.mqttv3", version.ref = "orgEclipsePahoClientMqttv3" }
  73. refresh-footer-classics = { module = "io.github.scwang90:refresh-footer-classics", version.ref = "refreshLayoutKernel" }
  74. refresh-header-classics = { module = "io.github.scwang90:refresh-header-classics", version.ref = "refreshLayoutKernel" }
  75. refresh-layout-kernel = { module = "io.github.scwang90:refresh-layout-kernel", version.ref = "refreshLayoutKernel" }
  76. retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
  77. rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" }
  78. rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
  79. utilcodex = { module = "com.blankj:utilcodex", version.ref = "utilcodex" }
  80. xxpermissions = { module = "com.github.getActivity:XXPermissions", version.ref = "xxpermissions" }
  81. [plugins]
  82. android-application = { id = "com.android.application", version.ref = "agp" }
  83. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  84. ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
  85. room = { id = "androidx.room", version.ref = "roomRuntime" }