Merge pull request #2119 from element-hq/misc/jme/add-rte-build-script

Add build script for the RTE library
This commit is contained in:
Jorge Martin Espinosa 2023-12-28 18:18:19 +01:00 committed by GitHub
commit 5a593be997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 additions and 3 deletions

View file

@ -74,7 +74,6 @@ dependencies {
implementation(libs.vanniktech.blurhash)
implementation(libs.telephoto.zoomableimage)
implementation(libs.matrix.emojibase.bindings)
api(libs.matrix.richtexteditor.compose)
testImplementation(libs.test.junit)
testImplementation(libs.coroutines.test)