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
This commit is contained in:
kunfei 2023-01-09 16:54:30 +08:00 committed by GitHub
commit cadff84bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'