1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Jorge Martín
18c5f98ab0 Add org.jspecify to the list of allowed dependencies 2025-07-17 15:27:31 +02:00
Jorge Martin Espinosa
2535687f74 Merge branch 'develop' into dependabot/gradle/io.element.android-wysiwyg-2.38.5 2025-07-17 15:12:36 +02:00
dependabot[bot]
fa45e2a7fb Bump io.element.android:wysiwyg from 2.38.2 to 2.38.5
---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
  dependency-version: 2.38.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-15 02:40:07 +00:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -213,6 +213,7 @@ ext.groups = [
'org.jitsi',
'org.json',
'org.jsoup',
'org.jspecify',
'org.junit',
'org.junit.jupiter',
'org.junit.platform',