I like where we are now
This commit is contained in:
@@ -22,9 +22,6 @@ android {
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
// Compose is extremely slow in unoptimized debug builds.
|
||||
// R8 with isDebuggable keeps debuggability but strips the massive
|
||||
// material-icons-extended library and optimizes Compose codegen.
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
isDebuggable = true
|
||||
@@ -85,20 +82,11 @@ dependencies {
|
||||
implementation(libs.coroutines.core)
|
||||
implementation(libs.coroutines.android)
|
||||
|
||||
// Trixnity
|
||||
implementation(libs.trixnity.client) {
|
||||
exclude(group = "net.folivo", module = "trixnity-olm-jvm")
|
||||
}
|
||||
implementation(libs.trixnity.clientserverapi.client) {
|
||||
exclude(group = "net.folivo", module = "trixnity-olm-jvm")
|
||||
}
|
||||
implementation(libs.trixnity.olm)
|
||||
implementation(libs.trixnity.client.repository.room) {
|
||||
exclude(group = "net.folivo", module = "trixnity-olm-jvm")
|
||||
}
|
||||
// Matrix Rust SDK
|
||||
implementation(libs.matrix.rust.sdk)
|
||||
|
||||
// Ktor engine for Trixnity
|
||||
implementation(libs.ktor.client.okhttp)
|
||||
// Kotlinx Serialization
|
||||
implementation(libs.kotlinx.serialization.json)
|
||||
|
||||
// Coil (image loading)
|
||||
implementation(libs.coil.compose)
|
||||
|
||||
Reference in New Issue
Block a user