Bump gson from 2.9.0 to 2.9.1 in /app

Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.9.0...gson-parent-2.9.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/2114/head
dependabot[bot] 3 years ago committed by GitHub
parent 38e2fe103a
commit 24beeefb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

@ -171,7 +171,7 @@ dependencies {
//google //google
implementation('com.google.android.material:material:1.6.1') implementation('com.google.android.material:material:1.6.1')
implementation('com.google.android.flexbox:flexbox:3.0.0') implementation('com.google.android.flexbox:flexbox:3.0.0')
implementation('com.google.code.gson:gson:2.9.0') implementation('com.google.code.gson:gson:2.9.1')
//lifecycle //lifecycle
def lifecycle_version = '2.5.1' def lifecycle_version = '2.5.1'

Loading…
Cancel
Save