libs.versions.toml 5.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. [versions]
  2. agp = "8.10.0"
  3. bannerviewpager = "3.5.12"
  4. dialogx = "0.0.49"
  5. eventbus = "3.3.1"
  6. flexbox = "3.0.0"
  7. glide = "4.16.0"
  8. gson = "2.13.1"
  9. kotlin = "2.1.21"
  10. coreKtx = "1.10.1"
  11. ksp = "2.1.21-2.0.1"
  12. asynclayoutinflater = "1.1.0"
  13. collection = "1.5.0"
  14. concurrentFutures = "1.2.0"
  15. datastorePreferences = "1.1.7"
  16. junit = "4.13.2"
  17. junitVersion = "1.2.1"
  18. espressoCore = "3.6.1"
  19. appcompat = "1.7.0"
  20. lifecycleViewmodel = "2.9.0"
  21. lottie = "6.6.6"
  22. material = "1.12.0"
  23. activity = "1.10.1"
  24. constraintlayout = "2.2.1"
  25. mlkit = "2.3.0"
  26. protobuf = "0.9.4"
  27. protobufJavalite = "3.24.0"
  28. roomRuntime = "2.7.1"
  29. rxandroid = "3.0.2"
  30. rxhttpCompiler = "3.3.2"
  31. rxjava = "3.1.10"
  32. rxlifeRxjava3 = "2.2.2"
  33. toaster = "12.8"
  34. utilcodex = "1.31.1"
  35. volley = "1.2.1"
  36. xxpermissions = "23.0"
  37. zxingLite = "3.2.0"
  38. [libraries]
  39. androidx-lifecycle-compiler = { module = "androidx.lifecycle:lifecycle-compiler", version.ref = "lifecycleViewmodel" }
  40. androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycleViewmodel" }
  41. androidx-lifecycle-reactivestreams = { module = "androidx.lifecycle:lifecycle-reactivestreams", version.ref = "lifecycleViewmodel" }
  42. androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycleViewmodel" }
  43. androidx-lifecycle-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "lifecycleViewmodel" }
  44. androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
  45. androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "roomRuntime" }
  46. androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
  47. androidx-room-rxjava3 = { module = "androidx.room:room-rxjava3", version.ref = "roomRuntime" }
  48. asynclayoutinflater = { module = "androidx.asynclayoutinflater:asynclayoutinflater", version.ref = "asynclayoutinflater" }
  49. bannerviewpager = { module = "com.github.zhpanvip:bannerviewpager", version.ref = "bannerviewpager" }
  50. collection = { module = "androidx.collection:collection", version.ref = "collection" }
  51. concurrent-futures = { module = "androidx.concurrent:concurrent-futures", version.ref = "concurrentFutures" }
  52. datastore = { module = "androidx.datastore:datastore", version.ref = "datastorePreferences" }
  53. datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
  54. datastore-preferences-rxjava3 = { module = "androidx.datastore:datastore-preferences-rxjava3", version.ref = "datastorePreferences" }
  55. dialogx = { module = "com.kongzue.dialogx:DialogX", version.ref = "dialogx" }
  56. eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
  57. flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
  58. glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
  59. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  60. junit = { group = "junit", name = "junit", version.ref = "junit" }
  61. ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  62. espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  63. appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  64. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  65. lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata", version.ref = "lifecycleViewmodel" }
  66. lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "lifecycleViewmodel" }
  67. lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "lifecycleViewmodel" }
  68. lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
  69. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  70. activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  71. constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  72. mlkit-common = { module = "com.github.jenly1314.MLKit:mlkit-common", version.ref = "mlkit" }
  73. mlkit-face-detection = { module = "com.github.jenly1314.MLKit:mlkit-face-detection", version.ref = "mlkit" }
  74. protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobufJavalite" }
  75. rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" }
  76. rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
  77. toaster = { module = "com.github.getActivity:Toaster", version.ref = "toaster" }
  78. utilcodex = { module = "com.blankj:utilcodex", version.ref = "utilcodex" }
  79. volley = { module = "com.android.volley:volley", version.ref = "volley" }
  80. xxpermissions = { module = "com.github.getActivity:XXPermissions", version.ref = "xxpermissions" }
  81. zxing-lite = { module = "com.github.jenly1314:zxing-lite", version.ref = "zxingLite" }
  82. [plugins]
  83. android-application = { id = "com.android.application", version.ref = "agp" }
  84. google-protobuf = { id = "com.google.protobuf", version.ref = "protobuf" }
  85. android-library = { id = "com.android.library", version.ref = "agp" }
  86. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  87. ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
  88. room = { id = "androidx.room", version.ref = "roomRuntime" }