libs.versions.toml 5.5 KB

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