Fix CI again
This commit is contained in:
parent
47e16997b3
commit
aa0d997ec2
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
|
||||
/*
|
||||
* Copyright (c) 2022 New Vector Ltd
|
||||
*
|
||||
|
|
@ -169,7 +171,8 @@ dependencies {
|
|||
implementation(project(":anvilannotations"))
|
||||
anvil(project(":anvilcodegen"))
|
||||
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.0")
|
||||
// https://developer.android.com/studio/write/java8-support#library-desugaring-versions
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")
|
||||
implementation(libs.compose.destinations)
|
||||
ksp(libs.compose.destinations.processor)
|
||||
implementation(libs.appyx.core)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ package io.element.android.x.matrix.room
|
|||
import io.element.android.x.matrix.core.EventId
|
||||
import io.element.android.x.matrix.core.RoomId
|
||||
import io.element.android.x.matrix.timeline.MatrixTimeline
|
||||
import io.element.android.x.matrix.timeline.RustMatrixTimeline
|
||||
import kotlinx.coroutines.flow.Flow
|
||||
|
||||
interface MatrixRoom {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue