1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-25 22:01:16 +00:00

Bump volley from 1.1.1 to 1.2.0 (#1616)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-09 12:41:50 +01:00 committed by GitHub
parent 6a00ebd322
commit 24baa63629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.0-android' implementation 'com.google.guava:guava:30.0-android'
implementation 'com.annimon:stream:1.2.1' implementation 'com.annimon:stream:1.2.1'
implementation 'com.android.volley:volley:1.1.1' implementation 'com.android.volley:volley:1.2.0'
implementation ('com.journeyapps:zxing-android-embedded:3.6.0') { transitive = false } implementation ('com.journeyapps:zxing-android-embedded:3.6.0') { transitive = false }
implementation 'com.google.zxing:core:3.3.0' implementation 'com.google.zxing:core:3.3.0'