Merge pull request #2694 from gedoor/dependabot/gradle/app/com.google.code.gson-gson-2.10.1

Bump gson from 2.10 to 2.10.1 in /app
pull/2700/head
kunfei 2 years ago committed by GitHub
commit cadff84bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

@ -162,7 +162,7 @@ dependencies {
//google
implementation('com.google.android.material:material:1.7.0')
implementation('com.google.android.flexbox:flexbox:3.0.0')
implementation('com.google.code.gson:gson:2.10')
implementation('com.google.code.gson:gson:2.10.1')
//lifecycle
def lifecycle_version = '2.5.1'

Loading…
Cancel
Save