Skip to content

Commit

Permalink
Merge pull request #4694 from nextcloud/renovate/com.google.code.gson…
Browse files Browse the repository at this point in the history
…-gson-2.x

fix(deps): update dependency com.google.code.gson:gson to v2.12.1
  • Loading branch information
github-actions[bot] authored Feb 6, 2025
2 parents b747765 + 34a8ca6 commit 02a9498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ dependencies {
implementation "com.afollestad.material-dialogs:bottomsheets:${materialDialogsVersion}"
implementation "com.afollestad.material-dialogs:lifecycle:${materialDialogsVersion}"

implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.12.1'

implementation "androidx.media3:media3-exoplayer:$media3_version"
implementation "androidx.media3:media3-ui:$media3_version"
Expand Down

0 comments on commit 02a9498

Please sign in to comment.