Skip to content

Commit e5f0f9b

Browse files
Bump media from 1.4.3 to 1.5.0 (#679)
Bumps media from 1.4.3 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.media:media dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2705026 commit e5f0f9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app-partial-users/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4545
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.1"
4646
implementation 'androidx.lifecycle:lifecycle-runtime:2.4.1'
47-
implementation 'androidx.media:media:1.4.3'
47+
implementation 'androidx.media:media:1.5.0'
4848
implementation 'androidx.recyclerview:recyclerview:1.2.1'
4949
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
5050
implementation 'com.google.android.material:material:1.5.0'

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dependencies {
119119
implementation 'androidx.core:core:1.7.0'
120120
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
121121
implementation 'androidx.lifecycle:lifecycle-runtime:2.4.1'
122-
implementation 'androidx.media:media:1.4.3'
122+
implementation 'androidx.media:media:1.5.0'
123123
implementation 'androidx.recyclerview:recyclerview:1.2.1'
124124
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
125125
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'

0 commit comments

Comments
 (0)