1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Update RTE library to support pasting of images.

This commit is contained in:
David Langley
2023-06-09 09:29:01 +01:00
parent 9f797e49e9
commit 38330a7b67
3 changed files with 3 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ ext.libs = [
],
element : [
'opusencoder' : "io.element.android:opusencoder:1.1.0",
'wysiwyg' : "io.element.android:wysiwyg:2.2.1"
'wysiwyg' : "io.element.android:wysiwyg:2.2.2"
],
squareup : [
'moshi' : "com.squareup.moshi:moshi:$moshi",