Bump gson from 2.8.7 to 2.8.8

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

---
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>
This commit is contained in:
dependabot[bot] 2021-08-23 11:14:20 +00:00 committed by Simon Frei
parent 53e782bd92
commit 0b0bfd6d62
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ plugins {
dependencies {
implementation 'eu.chainfire:libsuperuser:1.1.0.202004101746'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'org.mindrot:jbcrypt:0.4'
implementation 'com.google.guava:guava:30.1.1-android'
implementation 'com.annimon:stream:1.2.2'