- Upgraded image loading library from Coil 2 to Coil 3, updating related APIs across the app. - Migrated `viewModel()` to a singleton pattern for `AgentViewModel` to optimize instantiation. - Updated various dependencies, including Android Gradle Plugin, Kotlin, Compose, and other libraries. - Upgraded Gradle wrapper to version 8.11.1. - Removed deprecated `windowInsets` and `animateItemPlacement` parameters in Compose components to align with latest API versions.
122 lines
7.8 KiB
TOML
122 lines
7.8 KiB
TOML
[versions]
|
|
accompanistSystemuicontroller = "0.34.0"
|
|
agp = "8.9.0"
|
|
animation = "1.7.6"
|
|
coil = "3.3.0"
|
|
composeImageBlurhash = "3.0.2"
|
|
converterGson = "2.11.0"
|
|
imSdk = "3.8.3.2"
|
|
imcoreSdk = "3.8.3-patch10"
|
|
coreSplashscreen = "1.2.0"
|
|
credentialsPlayServicesAuth = "1.0.0-alpha05"
|
|
eventbus = "3.3.1"
|
|
firebaseBom = "33.7.0"
|
|
gson = "2.12.1"
|
|
imagecropview = "3.0.1"
|
|
jpushGoogle = "5.4.0"
|
|
jwtdecode = "2.0.2"
|
|
kotlin = "2.2.21"
|
|
ksp = "2.2.21-2.0.4"
|
|
composeCompiler = "2.2.21"
|
|
coreKtx = "1.15.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
kotlinFaker = "2.0.0-rc.11"
|
|
lifecycleRuntimeKtx = "2.8.6"
|
|
activityCompose = "1.9.2"
|
|
composeBom = "2025.11.00"
|
|
lifecycleRuntimeKtxVersion = "2.8.6"
|
|
mapsCompose = "6.1.0"
|
|
material = "1.7.6"
|
|
materialIconsExtended = "1.7.6"
|
|
material3Android = "1.3.1"
|
|
media3Exoplayer = "1.4.1"
|
|
navigationCompose = "2.8.6"
|
|
pagingRuntime = "3.3.6"
|
|
activityKtx = "1.9.2"
|
|
lifecycleCommonJvm = "2.8.6"
|
|
places = "3.4.0"
|
|
googleid = "1.1.1"
|
|
identityCredential = "20231002"
|
|
lifecycleProcess = "2.8.6"
|
|
playServicesAuth = "21.4.0"
|
|
rendering = "1.17.1"
|
|
zoomable = "1.6.1"
|
|
camerax = "1.4.0"
|
|
mlkitBarcode = "17.3.0"
|
|
room = "2.8.3"
|
|
|
|
[libraries]
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }
|
|
androidx-animation = { module = "androidx.compose.animation:animation", version.ref = "animation" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
|
androidx-credentials = { module = "androidx.credentials:credentials", version.ref = "credentialsPlayServicesAuth" }
|
|
androidx-credentials-play-services-auth = { module = "androidx.credentials:credentials-play-services-auth", version.ref = "credentialsPlayServicesAuth" }
|
|
androidx-lifecycle-runtime-ktx-v262 = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtxVersion" }
|
|
androidx-material = { module = "androidx.compose.material:material", version.ref = "material" }
|
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
|
|
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3Exoplayer" }
|
|
androidx-media3-session = { module = "androidx.media3:media3-session", version.ref = "media3Exoplayer" }
|
|
androidx-media3-ui = { module = "androidx.media3:media3-ui", version.ref = "media3Exoplayer" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "pagingRuntime" }
|
|
androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "pagingRuntime" }
|
|
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "camerax" }
|
|
androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "camerax" }
|
|
androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "camerax" }
|
|
coil = { module = "io.coil-kt.coil3:coil", version.ref = "coil" }
|
|
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil" }
|
|
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref = "coil" }
|
|
compose-image-blurhash = { module = "com.github.orlando-dev-code:compose-image-blurhash", version.ref = "composeImageBlurhash" }
|
|
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" }
|
|
eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
|
|
firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
|
|
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
|
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }
|
|
firebase-messaging-ktx = { module = "com.google.firebase:firebase-messaging-ktx" }
|
|
firebase-perf = { module = "com.google.firebase:firebase-perf" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
imagecropview = { module = "io.github.rroohit:ImageCropView", version.ref = "imagecropview" }
|
|
jpush-google = { module = "cn.jiguang.sdk:jpush-google", version.ref = "jpushGoogle" }
|
|
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-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" }
|
|
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
|
|
im-sdk = { module = "io.openim:android-sdk", version.ref = "imSdk" }
|
|
im-core-sdk = { module = "io.openim:core-sdk", version.ref = "imcoreSdk" }
|
|
jwtdecode = { module = "com.auth0.android:jwtdecode", version.ref = "jwtdecode" }
|
|
kotlin-faker = { module = "io.github.serpro69:kotlin-faker", version.ref = "kotlinFaker" }
|
|
maps-compose = { module = "com.google.maps.android:maps-compose", version.ref = "mapsCompose" }
|
|
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" }
|
|
androidx-lifecycle-common-jvm = { group = "androidx.lifecycle", name = "lifecycle-common-jvm", version.ref = "lifecycleCommonJvm" }
|
|
places = { module = "com.google.android.libraries.places:places", version.ref = "places" }
|
|
googleid = { group = "com.google.android.libraries.identity.googleid", name = "googleid", version.ref = "googleid" }
|
|
identity-credential = { group = "com.android.identity", name = "identity-credential", version.ref = "identityCredential" }
|
|
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleProcess" }
|
|
play-services-auth = { module = "com.google.android.gms:play-services-auth", version.ref = "playServicesAuth" }
|
|
rendering = { group = "com.google.ar.sceneform", name = "rendering", version.ref = "rendering" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "converterGson" }
|
|
zoomable = { module = "net.engawapg.lib:zoomable", version.ref = "zoomable" }
|
|
lottie = { module="com.airbnb.android:lottie-compose", version="6.7.0"}
|
|
mlkit-barcode-scanning = { module = "com.google.mlkit:barcode-scanning", version.ref = "mlkitBarcode" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "composeCompiler" }
|