Merge pull request #8232 from vector-im/dependabot/gradle/io.element.android-wysiwyg-1.2.2

Bump io.element.android:wysiwyg from 1.1.1 to 1.2.2
This commit is contained in:
Benoit Marty 2023-03-21 10:28:42 +01:00 committed by GitHub
commit 02a18a3471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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