Bump media3_version from 1.0.1 to 1.0.2

Bumps `media3_version` from 1.0.1 to 1.0.2.

Updates `androidx.media3:media3-exoplayer` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](https://github.com/androidx/media/compare/1.0.1...1.0.2)

Updates `androidx.media3:media3-datasource-okhttp` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](https://github.com/androidx/media/compare/1.0.1...1.0.2)

---
updated-dependencies:
- dependency-name: androidx.media3:media3-exoplayer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.media3:media3-datasource-okhttp
  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] 2023-05-20 10:32:53 +00:00 committed by GitHub
parent 435db730f0
commit 6976ccd5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ buildscript {
kotlin_version = '1.8.21'
agp_version = '8.0.1'
//exoplayer_version = '2.18.6'
media3_version = "1.0.1"
media3_version = "1.0.2"
splitties_version = '3.0.0'
room_version = '2.5.1'
}