[versions] streamChatSDK = "6.1.1" streamLog = "1.1.4" balloon = "1.6.4" landscapist = "2.3.2" androidGradlePlugin = "8.2.2" androidxActivity = "1.8.2" androidxAppCompat = "1.6.1" androidxCompose = "1.6.4" androidxComposeCompiler = "1.5.8" androidxComposeMaterial3 = "1.2.1" androidxComposeConstraintLayout = "1.0.1" androidxComposeNavigation = "2.7.7" androidxCore = "1.12.0" androidxHiltNavigationCompose = "1.2.0" androidxLifecycle = "2.7.0" androidxMacroBenchmark = "1.2.3" androidxNavigation = "2.5.0" androidxProfileinstaller = "1.3.1" androidxStartup = "1.1.1" androidxRoom = "2.6.1" androidxTest = "1.5.2" androidxTestExt = "1.1.3" androidxTracing = "1.1.0" androidxWorker = "2.9.0" androidxDatastore = "1.0.0" androidxUiAutomator = "2.3.0" viewModelLifecycle = "1.1.0" googleSecretPlugin = "2.0.1" generativeAI = "0.2.2" hilt = "2.51" hiltWorker = "1.2.0" junit4 = "4.13.2" kotlin = "1.9.22" kotlinxCoroutines = "1.8.0" ksp = "1.9.23-1.0.19" ktlint = "0.43.0" okhttp = "4.12.0" retrofit = "2.10.0" sandwich = "2.0.6" moshi="1.15.1" spotless = "6.7.0" snitcher = "1.0.3" webviewInspector = "1.0.2" firebaseBom = "32.7.4" junit = "4.13.2" androidx-test-ext-junit = "1.1.5" espresso-core = "3.5.1" material = "1.11.0" [libraries] stream-client = { group = "io.getstream", name = "stream-chat-android-client", version.ref = "streamChatSDK" } stream-offline = { group = "io.getstream", name = "stream-chat-android-offline", version.ref = "streamChatSDK" } stream-compose = { group = "io.getstream", name = "stream-chat-android-compose", version.ref = "streamChatSDK" } stream-log = { group = "io.getstream", name = "stream-log-android", version.ref = "streamLog" } landscapist-glide = { group = "com.github.skydoves", name = "landscapist-glide", version.ref = "landscapist" } landscapist-animation = { group = "com.github.skydoves", name = "landscapist-animation", version.ref = "landscapist" } landscapist-placeholder = { group = "com.github.skydoves", name = "landscapist-placeholder", version.ref = "landscapist" } balloon-compose = { group = "com.github.skydoves", name = "balloon-compose", version.ref = "balloon" } androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" } androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidxAppCompat" } androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "androidxMacroBenchmark" } androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxComposeNavigation" } androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "androidxCompose" } androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout", version.ref = "androidxCompose" } androidx-compose-material-iconsExtended = { group = "androidx.compose.material", name = "material-icons-extended", version.ref = "androidxCompose" } androidx-compose-material = { group = "androidx.compose.material", name = "material", version.ref = "androidxCompose" } androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "androidxComposeMaterial3" } androidx-compose-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout-compose", version.ref = "androidxComposeConstraintLayout" } androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "androidxCompose" } androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "androidxCompose" } androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "androidxCompose" } androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview", version.ref = "androidxCompose" } androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCore" } androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "androidxRoom" } androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "androidxRoom" } androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "androidxRoom" } androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "androidxHiltNavigationCompose" } androidx-lifecycle-runtimeCompose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidxLifecycle" } androidx-lifecycle-viewModelCompose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" } androidx-profileinstaller = { group = "androidx.profileinstaller", name = "profileinstaller", version.ref = "androidxProfileinstaller" } androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidxTest" } androidx-test-rules = { group = "androidx.test", name = "rules", version.ref = "androidxTest" } androidx-test-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "androidxUiAutomator" } androidx-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidxStartup" } androidx-worker = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "androidxWorker" } androidx-datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "androidxDatastore" } hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" } hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" } hilt-worker = { group = "androidx.hilt", name = "hilt-work", version.ref = "hiltWorker" } hilt-android-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" } viewmodel-lifecycle = { group = "com.github.skydoves", name = "viewmodel-lifecycle", version.ref = "viewModelLifecycle" } kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" } kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" } okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" } sandwich = { group = "com.github.skydoves", name = "sandwich-retrofit", version.ref = "sandwich" } snitcher = { group = "com.github.skydoves", name = "snitcher", version.ref = "snitcher" } retrofit-core = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" } retrofit-moshi = { group = "com.squareup.retrofit2", name = "converter-moshi", version.ref = "retrofit" } moshi = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" } moshi-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" } webview-inspector = { module = "com.github.acsbendi:Android-Request-Inspector-WebView", version.ref = "webviewInspector" } firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" } firebase-analytics = { module = "com.google.firebase:firebase-analytics" } firebase-messaging = { module = "com.google.firebase:firebase-messaging" } firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" } google-generativeai = { module = "com.google.ai.client.generativeai:generativeai", version.ref = "generativeAI" } # Dependencies of the included build-logic android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" } kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } spotless-gradlePlugin = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version.ref = "spotless" } junit = { group = "junit", name = "junit", version.ref = "junit" } androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" } espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } [plugins] android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" } android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" } android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } gms-googleServices = "com.google.gms.google-services:4.4.1" firebase-crashlytics = "com.google.firebase.crashlytics:2.9.9" google-secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "googleSecretPlugin" } baseline-profile = { id = "androidx.baselineprofile", version.ref = "androidxMacroBenchmark" }