Bump stream from 1.2.1 to 1.2.2 (#1621)

Bumps [stream](https://github.com/aNNiMON/Lightweight-Stream-API) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/aNNiMON/Lightweight-Stream-API/releases)
- [Commits](https://github.com/aNNiMON/Lightweight-Stream-API/compare/v1.2.1...v1.2.2)

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-22 09:20:18 +01:00 committed by GitHub
parent e94e7370f6
commit 03a37aff4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.mindrot:jbcrypt:0.4'
implementation 'com.google.guava:guava:30.0-android'
implementation 'com.annimon:stream:1.2.1'
implementation 'com.annimon:stream:1.2.2'
implementation 'com.android.volley:volley:1.2.0'
implementation ('com.journeyapps:zxing-android-embedded:3.6.0') { transitive = false }