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

Bump volley from 1.2.0 to 1.2.1

Bumps [volley](https://github.com/google/volley) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/google/volley/releases)
- [Commits](https://github.com/google/volley/commits)

---
updated-dependencies:
- dependency-name: com.android.volley:volley
  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-25 11:09:24 +00:00 committed by Simon Frei
parent 0b0bfd6d62
commit 9302175118
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -11,7 +11,7 @@ dependencies {
implementation 'org.mindrot:jbcrypt:0.4' implementation 'org.mindrot:jbcrypt:0.4'
implementation 'com.google.guava:guava:30.1.1-android' implementation 'com.google.guava:guava:30.1.1-android'
implementation 'com.annimon:stream:1.2.2' implementation 'com.annimon:stream:1.2.2'
implementation 'com.android.volley:volley:1.2.0' implementation 'com.android.volley:volley:1.2.1'
implementation ('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false } implementation ('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false }
implementation 'com.google.zxing:core:3.4.1' implementation 'com.google.zxing:core:3.4.1'