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

Bump wysiwyg from 0.15.0 to 0.17.0
This commit is contained in:
Benoit Marty 2023-01-13 10:42:09 +01:00 committed by GitHub
commit 728e5941f1
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:0.15.0"
'wysiwyg' : "io.element.android:wysiwyg:0.17.0"
],
squareup : [
'moshi' : "com.squareup.moshi:moshi:$moshi",