I like where we are now
This commit is contained in:
@@ -15,11 +15,11 @@ lifecycleViewModel = "2.9.1"
|
||||
koin = "4.1.1"
|
||||
datastore = "1.1.7"
|
||||
coroutines = "1.10.2"
|
||||
trixnity = "4.22.7"
|
||||
ktor = "3.3.0"
|
||||
matrixRustSdk = "26.02.19"
|
||||
coil = "3.2.0"
|
||||
media3 = "1.6.0"
|
||||
markdownRenderer = "0.37.0"
|
||||
kotlinxSerialization = "1.8.1"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -55,14 +55,11 @@ datastore-preferences = { group = "androidx.datastore", name = "datastore-prefer
|
||||
coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
|
||||
coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
|
||||
|
||||
# Trixnity (using -jvm variants for Android)
|
||||
trixnity-client = { group = "net.folivo", name = "trixnity-client-jvm", version.ref = "trixnity" }
|
||||
trixnity-clientserverapi-client = { group = "net.folivo", name = "trixnity-clientserverapi-client-jvm", version.ref = "trixnity" }
|
||||
trixnity-olm = { group = "net.folivo", name = "trixnity-olm-android", version.ref = "trixnity" }
|
||||
trixnity-client-repository-room = { group = "net.folivo", name = "trixnity-client-repository-room-jvm", version.ref = "trixnity" }
|
||||
# Matrix Rust SDK
|
||||
matrix-rust-sdk = { group = "org.matrix.rustcomponents", name = "sdk-android", version.ref = "matrixRustSdk" }
|
||||
|
||||
# Ktor (needed by Trixnity on Android)
|
||||
ktor-client-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
|
||||
# Kotlinx Serialization
|
||||
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
|
||||
|
||||
# Coil (image loading)
|
||||
coil-compose = { group = "io.coil-kt.coil3", name = "coil-compose", version.ref = "coil" }
|
||||
|
||||
Reference in New Issue
Block a user