Merge branch 'renovate/com.google.code.gson-gson-2.x' into 'develop'

Update dependency com.google.code.gson:gson to v2.9.1

See merge request funkwhale/funkwhale-android!202
This commit is contained in:
Ryan Harg 2022-08-26 06:26:12 +00:00
commit 4e567dde41
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ dependencies {
implementation("com.github.kittinunf.fuel:fuel-coroutines:2.3.1")
implementation("com.github.kittinunf.fuel:fuel-android:2.3.1")
implementation("com.github.kittinunf.fuel:fuel-gson:2.3.1")
implementation("com.google.code.gson:gson:2.8.7")
implementation("com.google.code.gson:gson:2.9.1")
implementation("com.squareup.picasso:picasso:2.71828")
implementation("jp.wasabeef:picasso-transformations:2.4.0")
implementation("net.openid:appauth:0.11.1")