Merge pull request #1813 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.9.0

Bump gson from 2.8.9 to 2.9.0
This commit is contained in:
Andy Scherzinger 2022-02-12 12:59:53 +01:00 committed by GitHub
commit 9f5cac81b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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