[versions] agp = "8.5.1" glide = "4.11.0" googleWebrtc = "1.0.30039" hiltAndroid = "2.29.1-alpha" hiltCompiler = "1.2.0" hiltCompilerVersion = "1.0.0-alpha02" hiltLifecycleViewmodel = "1.0.0-alpha03" javaWebsocket = "1.3.6" kotlin-kapt = "1.9.0" kotlin = "1.9.0" coreKtx = "1.13.1" compiler = "3.1.4" appcompat = "1.7.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" krossbowStompCore = "7.0.0" krossbowWebsocketBuiltin = "7.0.0" lifecycleRuntimeKtx = "2.8.4" activityCompose = "1.9.1" composeBom = "2024.06.00" constraintlayout = "2.1.4" lifecycleService = "2.8.5" material = "1.12.0" moshiKotlin = "1.9.3" otto = "1.3.8" sdpAndroid = "1.0.6" fragmentKtx = "1.8.2" socketIoClient = "1.0.0" viewpager2 = "1.1.0" gson = "2.10.1" timber = "4.7.1" tedpermissionNormal = "3.3.0" core = "3.4.1" zxingAndroidEmbedded = "4.3.0" dotsindicator = "4.2" rxandroid = "2.1.1" activemqClient = "5.17.1" retrofit = "2.6.0" retrofitMock = "2.4.0" converterGson = "2.6.0" okhttp = "4.4.0" loggingInterceptor = "4.4.0" okhttpUrlconnection = "4.4.0" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltCompiler" } androidx-hilt-compiler-v100alpha02 = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltCompilerVersion" } androidx-hilt-lifecycle-viewmodel = { module = "androidx.hilt:hilt-lifecycle-viewmodel", version.ref = "hiltLifecycleViewmodel" } androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycleService" } glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" } glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" } google-webrtc = { module = "org.webrtc:google-webrtc", version.ref = "googleWebrtc" } hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" } hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroid" } java-websocket = { module = "org.java-websocket:Java-WebSocket", version.ref = "javaWebsocket" } junit = { group = "junit", name = "junit", version.ref = "junit" } androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleRuntimeKtx" } androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleRuntimeKtx" } androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" } androidx-ui = { group = "androidx.compose.ui", name = "ui" } androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } androidx-material3 = { group = "androidx.compose.material3", name = "material3" } compiler = { module = "com.android.databinding:compiler", version.ref = "compiler" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } krossbow-stomp-core = { module = "org.hildan.krossbow:krossbow-stomp-core", version.ref = "krossbowStompCore" } krossbow-websocket-builtin = { module = "org.hildan.krossbow:krossbow-websocket-builtin", version.ref = "krossbowWebsocketBuiltin" } material = { module = "com.google.android.material:material", version.ref = "material" } moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshiKotlin" } otto = { module = "com.squareup:otto", version.ref = "otto" } sdp-android = { module = "com.intuit.sdp:sdp-android", version.ref = "sdpAndroid" } androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" } androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager2" } gson = { module = "com.google.code.gson:gson", version.ref = "gson" } socket-io-client = { module = "io.socket:socket.io-client", version.ref = "socketIoClient" } tedpermission-normal = { module = "io.github.ParkSangGwon:tedpermission-normal", version.ref = "tedpermissionNormal" } timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } core = { module = "com.google.zxing:core", version.ref = "core" } zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxingAndroidEmbedded" } dotsindicator = { module = "com.tbuonomo:dotsindicator", version.ref = "dotsindicator" } rxandroid = { module = "io.reactivex.rxjava2:rxandroid", version.ref = "rxandroid" } activemq-client = { module = "org.apache.activemq:activemq-client", version.ref = "activemqClient" } retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" } converter-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "converterGson" } adapter-rxjava2 = { module = "com.squareup.retrofit2:adapter-rxjava2", version.ref = "converterGson" } retrofit-mock = { module = "com.squareup.retrofit2:retrofit-mock", version.ref = "retrofitMock" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" } okhttp-urlconnection = { module = "com.squareup.okhttp3:okhttp-urlconnection", version.ref = "okhttpUrlconnection" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin-kapt" } jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }