Render media captions formatting in the media viewer (#6729)
* Render media captions formatting in the media viewer * Update screenshots * Trigger actions * Remove unused imports and reformat code --------- Co-authored-by: ElementBot <android@element.io> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
643c746bc4
commit
06f3c649f5
26 changed files with 182 additions and 22 deletions
|
|
@ -25,6 +25,9 @@ android {
|
|||
setupDependencyInjection()
|
||||
|
||||
dependencies {
|
||||
implementation(libs.matrix.richtexteditor.compose)
|
||||
implementation(libs.matrix.richtexteditor)
|
||||
implementation(projects.libraries.textcomposer.impl)
|
||||
implementation(libs.coroutines.core)
|
||||
implementation(libs.coil.compose)
|
||||
implementation(libs.androidx.media3.exoplayer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue