Bump gson from 2.9.1 to 2.10 (#2196)

This commit is contained in:
dependabot[bot] 2022-10-27 10:49:25 +08:00 committed by GitHub
parent 57c3b42a88
commit 673114d81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ dependencies {
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01")
implementation("com.github.bumptech.glide:glide:$glideVersion")
implementation("com.google.android.material:material:1.7.0-rc01")
implementation("com.google.code.gson:gson:2.9.1")
implementation("com.google.code.gson:gson:2.10")
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:okhttp-dnsoverhttps")