1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Bump guava from 31.0.1-android to 31.1-android

Bumps [guava](https://github.com/google/guava) from 31.0.1-android to 31.1-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-02 21:40:53 +00:00 committed by Simon Frei
parent fc1add8352
commit 0c65de6459
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -9,7 +9,7 @@ dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'org.mindrot:jbcrypt:0.4'
implementation 'com.google.guava:guava:31.0.1-android'
implementation 'com.google.guava:guava:31.1-android'
implementation 'com.annimon:stream:1.2.2'
implementation 'com.android.volley:volley:1.2.1'
implementation 'commons-io:commons-io:2.11.0'