Merge pull request #2530 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.10

Bump gson from 2.9.1 to 2.10
This commit is contained in:
Tim Krüger 2022-10-31 13:22:45 +01:00 committed by GitHub
commit 3cfba9105f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ dependencies {
implementation "com.afollestad.material-dialogs:bottomsheets:${materialDialogsVersion}"
implementation "com.afollestad.material-dialogs:lifecycle:${materialDialogsVersion}"
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.android.exoplayer:exoplayer:2.18.1'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'