Merge pull request #7384 from vector-im/tech/bump-wysiwyg-lib-to-0.2.1

Bump WYSIWYG lib to 0.2.1
This commit is contained in:
Benoit Marty 2022-10-18 10:33:38 +02:00 committed by GitHub
commit 42a073627f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/7384.misc Normal file
View file

@ -0,0 +1 @@
Update WYSIWYG library to v0.2.1.

View file

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