Merge pull request #2670 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.10.1

Bump gson from 2.10 to 2.10.1
This commit is contained in:
Andy Scherzinger 2023-01-09 19:07:22 +01:00 committed by GitHub
commit 09c5fae6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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