Merge pull request #1664 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.8.9

Bump gson from 2.8.8 to 2.8.9
This commit is contained in:
Andy Scherzinger 2021-11-10 23:35:46 +01:00 committed by GitHub
commit d4a010ac6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,7 +264,7 @@ dependencies {
implementation "com.afollestad.material-dialogs:bottomsheets:${materialDialogsVersion}"
implementation "com.afollestad.material-dialogs:lifecycle:${materialDialogsVersion}"
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.google.android.exoplayer:exoplayer:2.15.1'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'