Bump gson from 2.9.1 to 2.10 in /app

Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.
- [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.1...gson-parent-2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-25 04:52:51 +00:00
committed by GitHub
parent d876fd414e
commit 29ca7deda5

View File

@@ -164,7 +164,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.9.1')
implementation('com.google.code.gson:gson:2.10')
//lifecycle
def lifecycle_version = '2.5.1'