libs.versions.toml 5.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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-svg = { module = "io.coil-kt:coil-svg", version.ref = "coilSvg" }
  55. coil = { module = "io.coil-kt:coil", version.ref = "coil" }
  56. converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
  57. converter-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" }
  58. fotoapparat = { module = "io.fotoapparat:fotoapparat", version.ref = "fotoapparat" }
  59. gsyvideoplayer-armv7a = { module = "com.shuyu:gsyVideoPlayer-armv7a", version.ref = "gsyvideoplayerArmv7a" }
  60. gsyvideoplayer-java = { module = "com.shuyu:gsyVideoPlayer-java", version.ref = "gsyvideoplayerJava" }
  61. jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
  62. zxing-core = { module = "com.google.zxing:core", version.ref = "zxing-core" }
  63. zxing-android-core = { module = "com.google.zxing:android-core", version.ref = "zxing-android-core" }
  64. dialogx = { module = "com.github.kongzue.DialogX:DialogX", version.ref = "dialogx" }
  65. eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
  66. flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
  67. glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
  68. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  69. junit = { group = "junit", name = "junit", version.ref = "junit" }
  70. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  71. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  72. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  73. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  74. logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
  75. lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
  76. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  77. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  78. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  79. okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
  80. org-eclipse-paho-client-mqttv3 = { module = "org.eclipse.paho:org.eclipse.paho.client.mqttv3", version.ref = "orgEclipsePahoClientMqttv3" }
  81. refresh-footer-classics = { module = "io.github.scwang90:refresh-footer-classics", version.ref = "refreshLayoutKernel" }
  82. refresh-header-classics = { module = "io.github.scwang90:refresh-header-classics", version.ref = "refreshLayoutKernel" }
  83. refresh-layout-kernel = { module = "io.github.scwang90:refresh-layout-kernel", version.ref = "refreshLayoutKernel" }
  84. retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
  85. rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" }
  86. rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
  87. utilcodex = { module = "com.blankj:utilcodex", version.ref = "utilcodex" }
  88. xxpermissions = { module = "com.github.getActivity:XXPermissions", version.ref = "xxpermissions" }
  89. [plugins]
  90. android-application = { id = "com.android.application", version.ref = "agp" }
  91. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  92. ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
  93. room = { id = "androidx.room", version.ref = "roomRuntime" }