libs.versions.toml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. [versions]
  2. agp = "8.5.1"
  3. glide = "4.11.0"
  4. googleWebrtc = "1.0.30039"
  5. hiltAndroid = "2.29.1-alpha"
  6. hiltCompiler = "1.2.0"
  7. hiltCompilerVersion = "1.0.0-alpha02"
  8. hiltLifecycleViewmodel = "1.0.0-alpha03"
  9. javaWebsocket = "1.3.6"
  10. kotlin-kapt = "1.9.0"
  11. kotlin = "1.9.0"
  12. coreKtx = "1.13.1"
  13. compiler = "3.1.4"
  14. appcompat = "1.7.0"
  15. junit = "4.13.2"
  16. junitVersion = "1.2.1"
  17. espressoCore = "3.6.1"
  18. krossbowStompCore = "7.0.0"
  19. krossbowWebsocketBuiltin = "7.0.0"
  20. lifecycleRuntimeKtx = "2.8.4"
  21. activityCompose = "1.9.1"
  22. composeBom = "2024.06.00"
  23. constraintlayout = "2.1.4"
  24. lifecycleService = "2.8.5"
  25. material = "1.12.0"
  26. moshiKotlin = "1.9.3"
  27. otto = "1.3.8"
  28. sdpAndroid = "1.0.6"
  29. fragmentKtx = "1.8.2"
  30. socketIoClient = "1.0.0"
  31. viewpager2 = "1.1.0"
  32. gson = "2.10.1"
  33. timber = "4.7.1"
  34. tedpermissionNormal = "3.3.0"
  35. core = "3.4.1"
  36. zxingAndroidEmbedded = "4.3.0"
  37. dotsindicator = "4.2"
  38. rxandroid = "2.1.1"
  39. activemqClient = "5.17.1"
  40. retrofit = "2.6.0"
  41. retrofitMock = "2.4.0"
  42. converterGson = "2.6.0"
  43. okhttp = "4.4.0"
  44. loggingInterceptor = "4.4.0"
  45. okhttpUrlconnection = "4.4.0"
  46. [libraries]
  47. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  48. androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
  49. androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltCompiler" }
  50. androidx-hilt-compiler-v100alpha02 = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltCompilerVersion" }
  51. androidx-hilt-lifecycle-viewmodel = { module = "androidx.hilt:hilt-lifecycle-viewmodel", version.ref = "hiltLifecycleViewmodel" }
  52. androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycleService" }
  53. glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
  54. glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" }
  55. google-webrtc = { module = "org.webrtc:google-webrtc", version.ref = "googleWebrtc" }
  56. hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
  57. hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroid" }
  58. java-websocket = { module = "org.java-websocket:Java-WebSocket", version.ref = "javaWebsocket" }
  59. junit = { group = "junit", name = "junit", version.ref = "junit" }
  60. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  61. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  62. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  63. androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleRuntimeKtx" }
  64. androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleRuntimeKtx" }
  65. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  66. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  67. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  68. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  69. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  70. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  71. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  72. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  73. androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
  74. compiler = { module = "com.android.databinding:compiler", version.ref = "compiler" }
  75. androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
  76. krossbow-stomp-core = { module = "org.hildan.krossbow:krossbow-stomp-core", version.ref = "krossbowStompCore" }
  77. krossbow-websocket-builtin = { module = "org.hildan.krossbow:krossbow-websocket-builtin", version.ref = "krossbowWebsocketBuiltin" }
  78. material = { module = "com.google.android.material:material", version.ref = "material" }
  79. moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshiKotlin" }
  80. otto = { module = "com.squareup:otto", version.ref = "otto" }
  81. sdp-android = { module = "com.intuit.sdp:sdp-android", version.ref = "sdpAndroid" }
  82. androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" }
  83. androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager2" }
  84. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  85. socket-io-client = { module = "io.socket:socket.io-client", version.ref = "socketIoClient" }
  86. tedpermission-normal = { module = "io.github.ParkSangGwon:tedpermission-normal", version.ref = "tedpermissionNormal" }
  87. timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
  88. core = { module = "com.google.zxing:core", version.ref = "core" }
  89. zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxingAndroidEmbedded" }
  90. dotsindicator = { module = "com.tbuonomo:dotsindicator", version.ref = "dotsindicator" }
  91. rxandroid = { module = "io.reactivex.rxjava2:rxandroid", version.ref = "rxandroid" }
  92. activemq-client = { module = "org.apache.activemq:activemq-client", version.ref = "activemqClient" }
  93. retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
  94. converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" }
  95. converter-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "converterGson" }
  96. adapter-rxjava2 = { module = "com.squareup.retrofit2:adapter-rxjava2", version.ref = "converterGson" }
  97. retrofit-mock = { module = "com.squareup.retrofit2:retrofit-mock", version.ref = "retrofitMock" }
  98. okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
  99. logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" }
  100. okhttp-urlconnection = { module = "com.squareup.okhttp3:okhttp-urlconnection", version.ref = "okhttpUrlconnection" }
  101. [plugins]
  102. android-application = { id = "com.android.application", version.ref = "agp" }
  103. kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin-kapt" }
  104. jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  105. kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }