Merge pull request #2264 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.9.1

Bump gson from 2.9.0 to 2.9.1
This commit is contained in:
Andy Scherzinger 2022-08-01 10:05:19 +02:00 committed by GitHub
commit 844a402d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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